omdsh-dev/dsh-daily-progress ↗★ 1
dsh-daily-progress
DSH 每日进度成就插件,支持规划明日计划、今日待办清单,并在输入框区域提供温度计样式的完成率小部件。
AI 分析
核心用途是结合 AI 会话进行个人每日任务与进度管理。适合将 DSH 作为日常工作助理、需要追踪待办事项的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:omdsh-dev/dsh-daily-progress说明文档
阅读完整 README ↗安装(DSH profile)
- 在 profile 的
package.jsondependencies 加入本包(或dsh plugin install渠道); - profile 的
cordis.patch.yml加一行{ id: daily-progress, name: dsh-daily-progress }(本包dsh.bundle.patch指向的cordis.patch.yml已含此 insert); - 重启 DSH Web;client 半由
dsh.clientmanifest 自动装配。