dsh-web-ui
zhu1090093659
Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:ddbj-hub/dsh-wallpaper-skin
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DeepSeek Harness (dsh) Web 界面的壁纸皮肤插件:把应用背景换成一张静态图片或静音循环视频,面板半透明化,让界面通透不遮挡壁纸。路径可在 Settings → Plugins 里随时改,即时生效,无需重启。
这是持久化插件(真实 Cordis 插件 + webserver 路由),不是动态插件,装一次永久有效。
dsh plugin --profile web add github:ddbj-hub/dsh-wallpaper-skin
装完在 profile 的 cordis.patch.yml 里会出现插件行,重启 dsh web 后生效。
在 <profile>/cordis.patch.yml 的插件列表里加一行:
- insert:
- id: dsh-wallpaper-skin
name: dsh-wallpaper-skin
config:
path: /absolute/path/to/your/wallpaper.mp4
path 指向本机壁纸文件的绝对路径(图片或视频均可),支持正斜杠或反斜杠。留空则用默认背景。
git clone https://github.com/ddbj-hub/dsh-wallpaper-skin.git <本地目录>
# 然后在 profile 的 package.json 的 dependencies 里加:
# "dsh-wallpaper-skin": "file:<本地目录>"
# 并执行:
corepack pnpm --dir <profile> install
注意:
file:依赖有内容缓存,改源码后需要pnpm remove+pnpm add刷新,--force无效。
dsh-wallpaper-skin/
├── package.json # 插件声明:exports ./client + dsh.client { platform: web, immediately }
├── lib/
│ ├── index.js # Host:webserver 路由(info/media/config)+ settings 命名空间
│ └── client.js # Client:右下角悬浮面板,轮询 info 刷新
window.__ModuleLoader__.load({ id, factory: (require) => {...} }),可 require("react"),bundle 通过 exports["./client"] 暴露,由 webserver 在 /plugins/<包名>/client.js 提供。.pI_x6G_frame 上,配 !important 盖过主题 presenter 的内联 token,面板半透明由 CSS 变量控制。apply(ctx, config = {}) 的第二个参数,不要读 ctx.config(会报 cannot get property "config" without inject)。CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: skin、theme、wallpaper。