From c7da6a32cea3a64c4f5dabaa195efbfad48d147b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E6=99=A8?= <135297162+jiangchen1245@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:02:12 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=A7=84=E5=88=92?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=EF=BC=88=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E4=B8=AD=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/PLAN.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/PLAN.md b/docs/PLAN.md index b9a3aa1..2b6a570 100644 --- a/docs/PLAN.md +++ b/docs/PLAN.md @@ -23,9 +23,12 @@ - [ ] dsh-git 插件:repo_status / gh_issue / gh_pr / gh_commit / gh_push - [ ] GUI"Git 中心"面板 -### 2️⃣ 定时任务插件 -- [ ] dsh-scheduler:cron 表达式 + 动作(命令/工具调用) -- [ ] 持久化(重启不丢)+ GUI 管理面板 +### 2️⃣ 定时任务插件(进行中) +- [x] dsh-scheduler:cron 表达式 + every:N 间隔 + 命令动作 +- [x] 工具:sched_add / sched_list / sched_remove / sched_run_now / sched_toggle +- [x] 持久化到 %DSH_HOME%\storages\dsh-scheduler.json +- [ ] 解决宿主 shell 沙箱策略问题(sched_diag 诊断中) +- [ ] GUI 管理面板 ### 3️⃣ 电脑操作模式(核心) - [ ] screen_capture(截图)