LoKiGGo/dsh-tools1

dsh-tools

DSH web plugin: personal toolbox with per-feature toggles, task-done corner notification, and one-click dsh web restart.

AI 分析

核心用途是提供一个集成了多项实用小功能的工具箱面板,支持配置备份与热生效。适合需要个性化定制 DSH 辅助功能(如任务完成提醒)的用户。

パッケージ
dsh-tools
バージョン
1.0.1
ライセンス
MIT
最終更新
2026/08/27

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LoKiGGo/dsh-tools

ドキュメント

README 全文を読む ↗

配置

私有 JSON:/profiles/web/plugins-data/dsh-tools.json(首次修改 时自动生成,写入前自动备份 .bak)。结构为 { "features": { "": true|false }, "featureConfig": { "": {...} } }: 缺失的 key 一律回落到功能默认值(带默认配置的功能,其 featureConfig 在读取时自动与模块 defaultConfig 合并)。