refactor(work): 重构待办事项为按月目录结构并更新3月待办
This commit is contained in:
@@ -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/": [
|
||||
|
||||
Reference in New Issue
Block a user