From 7e15728662eecf6442ee46d0acfeb6a02f082924 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Sun, 22 Mar 2026 21:21:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20openclaw=20?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=8C=87=E5=8D=97=EF=BC=8C=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=9C=BA=E6=99=AF=E5=92=8C=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openclaw/sggqrpledl.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/openclaw/sggqrpledl.md b/openclaw/sggqrpledl.md index eccb1e9..3ec71b9 100644 --- a/openclaw/sggqrpledl.md +++ b/openclaw/sggqrpledl.md @@ -14,10 +14,11 @@ tags: ### 通用模式[mode=hot] 1. 新闻摘要 -2. 日程管理,备忘记录 +2. 日程管理,备忘记录,定时任务 3. 自媒体运营 4. 开发辅助(Vibe Coding), 生产部署 -5. 个性化支持 +5. 智能资源管理(AIERP) +6. 个性化支持 ## 安装篇 @@ -76,7 +77,7 @@ $: script: zsh -i -c 'bun run start' - name: 启动当前工作区 script: zsh -i -c 'cloud cnb keep-alive-current-workspace' - # endStages: - # - name: 结束阶段 - # script: zsh -i -c 'bun src/cli.ts init end' + endStages: + - name: 结束阶段 + script: zsh -i -c 'bun src/cli.ts init end-all' ``` \ No newline at end of file