一言
金钱和女人,是人生犯错的根源。 —— 《贫民窟里的百万富翁》 · 丹尼·鮑伊
☁️行云(闪念笔记)
- TODO
- TODO
👣跬步(任务列表)
Transclude of PROJECTS
🌞日新(行动记录)
- 状态:😼
🌙温故(每日总结)
今日复盘
- 今天最大的收获是什么?
- 今天遇到的挑战是什么?
- 明天可以改进的地方是什么?
TABLE file.ctime AS "创建时间", file.mtime AS "最后修改时间"
WHERE file.mtime >= date("2026-02-25") AND file.mtime < date("2026-02-25") + dur(1 day) OR file.ctime = date("2026-02-25")
SORT file.mtime DESC