readme-2025-05-编程-日程

readme-2025-05-编程-日程

文章摘要

项目概述

项目进度

项目计划

项目问题

项目总结

文档

1
2
3
table file.name as "文档", file.cday as "创建时间"
from "002hexoblog/source/_posts/编程/项目"
sort file.name ascending

本月日记

1
2
3
4
5
table file.name as "日记", file.cday as "创建时间"
from "002hexoblog/source/_posts/日记/2025" or "source/_posts/日记/2025"
where file.frontmatter.year = this.file.frontmatter.year
where file.frontmatter.month = this.file.frontmatter.month
sort file.name ascending

本文由 Exarlos 创作,采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。