Starfie1d1272/dsh-builtin-toggles ↗★ 0
dsh-builtin-toggles
一个精简的 DSH 网页插件:允许在设置中查看官方内置的 Loader 条目,并安全地开关一小部分白名单内的纯展示 Web UI 插件。
AI 分析
核心用途是管理和切换 DSH 官方内置的 Web 界面插件。适合需要自定义前端界面展示、精简或启用特定内置 UI 组件的用户。安装后需要手动重启服务生效。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Starfie1d1272/dsh-builtin-toggles說明文件
閱讀完整 README ↗安装
前置:dsh CLI(≥ 0.1.0-rc.6,web profile 已初始化)。
dsh plugin --profile web add "/绝对/路径/dsh-builtin-toggles"
- 安装后 profile 的
dsh.profile.bundles会加入dsh-builtin-toggles,cordis.patch.yml(bundle layer)只挂载一行:- insert: { - id: builtin-toggles, name: dsh-builtin-toggles }。 - 需要手动重启 DSH web/gateway 后插件才首次加载(bundle 层在启动时读取)。
- 构建产物
lib/已提交进 Git,安装无需 prepare/build 脚本、无需授权。