cleanup: remove all pilates monitor references from config files
This commit is contained in:
@@ -98,7 +98,6 @@ _这份文件记录持续性项目和重要状态,跨会话保留。_
|
|||||||
|
|
||||||
| 项目 | 位置 |
|
| 项目 | 位置 |
|
||||||
|------|------|
|
|------|------|
|
||||||
| 普拉提监控 | `~/.openclaw/workspace/scripts/ucla_pilates_monitor.py` |
|
|
||||||
| 待办提醒 | `~/.openclaw/workspace/scripts/reminder_check.py` |
|
| 待办提醒 | `~/.openclaw/workspace/scripts/reminder_check.py` |
|
||||||
| 邮件处理器 | `~/.openclaw/workspace/scripts/email_processor/` |
|
| 邮件处理器 | `~/.openclaw/workspace/scripts/email_processor/` |
|
||||||
| 待办列表 | `~/.openclaw/workspace/reminders/active.md` |
|
| 待办列表 | `~/.openclaw/workspace/reminders/active.md` |
|
||||||
|
|||||||
@@ -9,5 +9,4 @@ PATH=/usr/local/bin:/usr/bin:/bin
|
|||||||
# 每日待办提醒 - 早上 8:00
|
# 每日待办提醒 - 早上 8:00
|
||||||
0 8 * * * cd ~/.openclaw/workspace && python3 scripts/reminder_check.py 2>&1 | ~/.local/bin/himalaya message write --to lu@luyx.org --from youlu@luyanxin.com --subject "📋 今日待办清单"
|
0 8 * * * cd ~/.openclaw/workspace && python3 scripts/reminder_check.py 2>&1 | ~/.local/bin/himalaya message write --to lu@luyx.org --from youlu@luyanxin.com --subject "📋 今日待办清单"
|
||||||
|
|
||||||
# UCLA 普拉提课程监控 - 9:00, 13:00, 21:00
|
|
||||||
0 9,13,21 * * * cd ~/.openclaw/workspace && python3 scripts/ucla_pilates_monitor.py 2>&1 | ~/.local/bin/himalaya message write --to lu@luyx.org --from youlu@luyanxin.com --subject "📢 UCLA 普拉提课程更新"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user