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
PROJECT README
DSH(DeepSeek Harness)插件:在设置页新增「本地插件开关」区块,列出所有本地已安装插件,每个带开/关。 开关 = 实时启停 loader fiber + 把
disabled: true/false写入 profile 的cordis.patch.yml,重启后仍生效。
entry.update({ disabled: true | null }, false, true) 立即停止 / 启动对应 loader 条目(fiber)- id: <row> + disabled: true|false 写入 profile 的 cordis.patch.yml,重启后依旧生效(Cordis HMR 开启时保存后约 1s 生效)--dsw-alias-* 主题 token)dsh plugin --profile web add "github:jcleener/dsh-local-plugin-switch"
# 或固定版本
dsh plugin --profile web add "github:jcleener/dsh-local-plugin-switch#v0.1.0"
安装后重启 dsh web,设置页出现《本地插件开关》区块。
打开设置页 → 《本地插件开关》,点任意插件的开关即可。宿主基础设施行显示「宿主」徽标且不可操作。
Host 半段提供两个 HTTP 路由:
GET /dsh-local-plugin-switch/list — 所有非 group loader 条目POST /dsh-local-plugin-switch/toggle — { name, enabled }Client 半段(设置页区块)调用以上路由渲染开关列表。
lib/index.js Host 半段(路由 + 实时/持久开关逻辑)
lib/client.js Client 半段(设置页「本地插件开关」区块 UI)
cordis.patch.yml 加载器补丁层(insert 声明)
MIT © 2025 jcleener
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: plugin-manager、ui。