一言
めまぐるしい景色の中,君だけが止まって見えた. —— 《グランドエスケープ》 · 野田洋次郎
☁️行云(闪念笔记)
- TODO
- TODO
👣跬步(任务列表)
- TODO
- TODO
🌞日新(行动记录)
- 状态:😼
🌙温故(每日总结)
今日复盘
- 今天最大的收获是什么?
- 今天遇到的挑战是什么?
- 明天可以改进的地方是什么?
TABLE file.ctime AS "创建时间", file.mtime AS "最后修改时间"
WHERE file.mtime >= date("2025-06-22") AND file.mtime < date("2025-06-22") + dur(1 day) OR file.ctime = date("2025-06-22")
SORT file.mtime DESC