omdsh-dev/dsh-daily-progress1

dsh-daily-progress

DSH 每日进度成就插件,支持规划明日计划、今日待办清单,并在输入框区域提供温度计样式的完成率小部件。

AI 分析

核心用途是结合 AI 会话进行个人每日任务与进度管理。适合将 DSH 作为日常工作助理、需要追踪待办事项的用户。

套件
dsh-daily-progress
版本
0.1.0
授權
BSD-3-Clause
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:omdsh-dev/dsh-daily-progress

安装(DSH profile)

  1. 在 profile 的 package.json dependencies 加入本包(或 dsh plugin install 渠道);
  2. profile 的 cordis.patch.yml 加一行 { id: daily-progress, name: dsh-daily-progress }(本包 dsh.bundle.patch 指向的 cordis.patch.yml 已含此 insert);
  3. 重启 DSH Web;client 半由 dsh.client manifest 自动装配。