Initial commit

This commit is contained in:
2023-08-10 21:32:46 +08:00
commit 4805d39b53
33 changed files with 21675 additions and 0 deletions

13
src/.vuepress/sidebar.ts Normal file
View File

@@ -0,0 +1,13 @@
import { sidebar } from "vuepress-theme-hope";
export default sidebar({
"/": [
"",
{
text: "2020级特刊",
prefix: "2020/",
link: "2020/",
children: "structure",
},
],
});