2024 - 31.05.2025 All Bumped.
Some checks failed
部署文档 / build (push) Failing after 2s

Thanks to the following contributors:
- @snowykami
- @frg2089
- Nya_Twisuki
This commit is contained in:
2025-05-31 14:30:19 +08:00
commit 4c90f70fc4
62 changed files with 10618 additions and 0 deletions

27
src/sidebar.ts Normal file
View File

@ -0,0 +1,27 @@
import { sidebar } from "vuepress-theme-hope";
export default sidebar({
"/": [
// "",
{
text: "综述",
icon: "folder-open",
prefix: "archives/",
children: "structure",
},
{
text: "笔记",
icon: "book",
prefix: "notes/",
children: "structure",
},
{
text: "随想",
icon: "paper-plane",
prefix: "diaries/",
children: "structure",
},
// "intro",
// "friends/"
],
});