refactor(work): 重构待办事项为按月目录结构并更新3月待办

This commit is contained in:
liumangmang
2026-03-30 11:09:46 +08:00
parent b5769edf7e
commit 9b88b06e4c
4 changed files with 199 additions and 147 deletions

View File

@@ -210,7 +210,17 @@ export default sidebar({
{
text: "待办事项",
icon: "mdi:checklist",
link: "/work/待办事项.md",
collapsible: true,
children: [
{
text: "待办首页",
link: "/work/todo/",
},
{
text: "3月待办",
link: "/work/todo/2026-03.md",
},
],
}
],
"/apps/": [