Version 1.9.0 warm up

This commit is contained in:
Masterain
2023-12-19 00:26:24 -08:00
parent 9bb97da9f8
commit 881e12a7d5
9 changed files with 251 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -30,5 +30,11 @@ export const enSidebar = sidebar({
prefix: "statements/",
children: "structure",
},
{
icon: "iconfont icon-article",
text: "Dev Logs",
prefix: "blog/",
children: "structure",
}
],
});

View File

@@ -30,5 +30,11 @@ export const zhSidebar = sidebar({
prefix: "statements/",
children: "structure",
},
{
icon: "iconfont icon-article",
text: "开发日志",
prefix: "blog/",
children: "structure",
}
],
});