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:57ggfk/dsh-turn-status-phrases
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
一个面向 DeepSeek Harness 的 DSH Web plugin / Cordis bundle。它让 DSH Web 的 turnStatus 状态文字变成持续变化的自定义轮次状态短语。
Keywords: DSH plugin, DeepSeek Harness plugin, DSH Web extension, Cordis plugin, turn status phrases.
在插件目录执行:
dsh plugin --profile web add .
重启 DSH Web 后,在设置中打开“轮次状态短语”。默认词库为“中国神话”。
每个内置词库在 lib/builtin-libraries/ 中独占一个模块文件。新增词库时:
创建 lib/builtin-libraries/<library-id>.js,默认导出 id、name 和 phrases:
export default {
id: "example-library",
name: "Example Library",
phrases: ["First phrase", "Second phrase"]
};
在 lib/builtin-libraries/index.js 导入模块,并将其加入 BUILTIN_LIBRARY_LIST。词库在设置页中的显示顺序与该数组一致;默认词库由列表首项决定。
执行 npm run build,从注册表更新 lib/client.js 中供 DSH Web 加载的内置词库数据。不要手动编辑该生成区块。
执行 npm test;它会再次构建客户端数据,并验证词库注册表及短语逻辑。
内置词库更新后重新安装或更新插件,并刷新 DSH Web 页面即可生效。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: web-ui。