安装
在 DeepSeek Harness 里通过 dsh-market 安装
dsh plugin --profile web add dshmarket
或使用命令行
dsh plugin --profile web add github:DamonKoy/dsh-web-ui#path:/packages/dsh-web-ui-settings
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。
README
English | 中文
面向 DSH 设置页的 dsh web UI 设置插件组:在 DSH 设置页加入一张卡片,归组 dsh web UI 全家桶设置,承载全家桶插件的启用开关与配置表单。
是什么
- 全家桶设置卡片:在 DSH 设置页注册一张卡片,归组 dsh web UI 全家桶插件的启用开关与配置表单。
- 社区插件索引:组内一张卡片列出社区贡献的插件,链接到作者自己的仓库(注册表在
community.json,由scripts/community-index重新生成)。
安装
从 npm 安装(推荐)
dsh plugin --profile web add @linxin666/dsh-client-ui-web-ui-settings
从仓库安装(开发调试)
git clone https://github.com/zhu1090093659/dsh-web-ui.git
cd dsh-web-ui
pnpm install && pnpm -r build
dsh plugin --profile web add link:$(pwd)/packages/dsh-web-ui-settings
安装后重启 dsh web,设置页出现该卡片。
已知限制
- 仅当依赖的
@deepseek-ai/dsh-client-ui-settings存在时,该卡片才会出现在 dsh 设置页。