Starfie1d1272/dsh-builtin-toggles0

dsh-builtin-toggles

A narrow DSH web plugin: view official built-in Loader entries and safely toggle a small, explicitly allowlisted set of presentation-only Web UI plugins from Settings → Plugins → Built-ins.

AI Analysis

核心用途是管理和切换 DSH 官方内置的 Web 界面插件。适合需要自定义前端界面展示、精简或启用特定内置 UI 组件的用户。安装后需要手动重启服务生效。

Package
dsh-builtin-toggles
Version
0.1.0
License
MIT
Last updated
Aug 13, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Starfie1d1272/dsh-builtin-toggles

安装

前置:dsh CLI(≥ 0.1.0-rc.6,web profile 已初始化)。

dsh plugin --profile web add "/绝对/路径/dsh-builtin-toggles"
  • 安装后 profile 的 dsh.profile.bundles 会加入 dsh-builtin-togglescordis.patch.yml(bundle layer)只挂载一行: - insert: { - id: builtin-toggles, name: dsh-builtin-toggles }
  • 需要手动重启 DSH web/gateway 后插件才首次加载(bundle 层在启动时读取)。
  • 构建产物 lib/ 已提交进 Git,安装无需 prepare/build 脚本、无需授权。