DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Shunshun Wallpaper — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-shunshun-wallpaper

Shunshun Wallpaper

顺顺壁纸: GIF wallpapers (theme blending, prominence control) + Bilibili music player (download and add via Bilibili links, delete, volume, progress bar, single-track/playlist/random looping, sidebar mini player, persistent settings and playlist)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-shunshun-wallpaper@1.0.4
READMECompatibilityVersions

Compatibility and provenance

Shunshun Wallpaper is published as dsh-shunshun-wallpaper and currently resolves to version 1.0.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
8/28/2026

Versions

1.0.4stable
8/28/2026
1.0.3stable
8/25/2026

Related plugins

Loading related plugins…

Latest
1.0.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
76.2 MB
Files
14
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
0
Last push
8/27/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

顺顺壁纸(dsh-wallpaper)

English | 中文

为 DeepSeek Harness Web UI 提供 GIF 壁纸 与 B站音乐播放器 的一体化插件。

📸 预览

壁纸动效(GIF 原片,非录屏)

平滑版壁纸动效

壁纸全屏效果顺顺壁纸设置页侧栏迷你播放器
壁纸全屏效果顺顺壁纸设置页侧栏迷你播放器

✨ 功能

壁纸

  • 全屏 GIF 壁纸(动态飞马图片,大家一起干飞马⭐)
  • 主题融合遮罩:亮色主题白色遮罩、暗色主题深色遮罩,层级渐实保证文字可读
  • 突出度滑块(0–100%,默认 50%):控制壁纸从"最不明显"到"完全突出"
  • 插件启用/停用开关

音乐

  • 随附 5 首内置歌曲(飞在八分前 / 绝不认输 / 天下 / 我会一直顺 / 飞八分钱 PHONK)
  • B站链接添加音乐:输入 BV / av / b23.tv 链接,自动获取 30280 档位 AAC 音频流(约 200kbps)并保存为 m4a(重复标题自动拦截)
  • 删除歌曲(随附歌曲删后重启不恢复,B站下载歌曲同步删除文件)
  • 音量滑块、进度条 + 拖动 seek、播放失败提示
  • 三种播放模式:单曲循环 / 列表循环 / 随机播放(随机模式下切歌也随机)
  • 默认曲目「飞八分钱 PHONK」,自动连播
  • 侧栏迷你播放器(常驻控制:上一首 / 播放暂停 / 下一首 / 当前歌名)
  • 关闭设置面板音乐不中断

持久化

  • 设置(突出度 / 启用状态 / 音量 / 播放模式 / 当前曲目)自动保存,刷新或重启后恢复
  • 播放列表与删除记录保存在 assets/music/playlist.json

📦 安装

方式一:npm 一键安装(推荐 🚀)

已发布到 npm:https://www.npmjs.com/package/dsh-shunshun-wallpaper

dsh plugin --profile web add dsh-shunshun-wallpaper

或(原生 npm 方式):

npm install dsh-shunshun-wallpaper

安装后重启 DSH(dsh web)即可使用。

方式二:GitHub 源码安装

  1. 克隆仓库到本地任意位置:
    git clone https://github.com/Ddamage/dsh-shunshun-wallpaper.git
    
  2. 把插件目录放入 DSH profile(DSH_HOME 默认 ~/.dsh):
    cp -r dsh-wallpaper ~/.dsh/profiles/web/wallpaper-plugin
    
  3. 在 profile 的 package.json 注册插件(~/.dsh/profiles/web/package.json):
    {
      "dsh": { "profile": { "bundles": [ /* 追加 */ "dsh-shunshun-wallpaper" ] } },
      "dependencies": { /* 追加 */ "dsh-shunshun-wallpaper": "link:./wallpaper-plugin" }
    }
    
  4. 重启 DSH(dsh web),刷新浏览器即可使用。

机制说明:本包是 profile bundle——package.json 的 dsh.bundle.patch 指向包内 cordis.patch.yml,其中用 insert: 自动挂载插件行(dsh-shunshun-wallpaper),无需手动编辑 profile 的组合文件。profile 顶层 cordis.patch.yml 只用于覆盖已有条目、不能新增插件。

🎵 添加你自己的音乐

  • B站:设置 → 顺顺壁纸 → 音乐 → 粘贴链接 → 添加(自动下载 30280 档位 AAC 音频)
  • 本地文件:把 .mp3 / .m4a 放入 assets/music/,重启 DSH 自动出现在歌单

🖼️ 更换壁纸

把图片放入 assets/wallpapers/(支持 gif/png/jpg/webp),并修改 lib/client.js 中 WALLPAPER_URL 指向的文件名。

⚠️ 注意

  • 仓库内的音乐文件为作者个人整理,发布前请自行确认版权合规
  • 需要 DSH Web 模式(dsh web),依赖 webServer 服务
  • lib/client.js 必须是 window.__ModuleLoader__.load({...}) 包裹的格式(DSH 浏览器端加载要求)——修改客户端逻辑时请保持该格式,不要改回普通 ESM,否则 DSH 无法启动
  • 修改代码后需同步更新安装副本(~/.dsh/profiles/web/wallpaper-plugin/)并重启 DSH 生效