一言
东边日出西边雨,道是无晴却有晴。 —— 《竹枝词二首·其一》 · 刘禹锡
☁️行云(闪念笔记)
- TODO
- TODO
👣跬步(任务列表)
- TODO
- TODO
🌞日新(行动记录)
- 状态:😼
🌙温故(每日总结)
今日复盘
- 今天最大的收获是什么?
- 今天遇到的挑战是什么?
- 明天可以改进的地方是什么?
TABLE file.ctime AS "创建时间", file.mtime AS "最后修改时间"
WHERE file.mtime >= date("2025-06-09") AND file.mtime < date("2025-06-09") + dur(1 day) OR file.ctime = date("2025-06-09")
SORT file.mtime DESC