feat: 第一章

This commit is contained in:
camera-2018
2023-04-14 01:32:08 +08:00
parent 5b952f4fd3
commit 111ab64958
19 changed files with 10178 additions and 151 deletions

13
.vitepress/cache/deps/_metadata.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"hash": "a024103b",
"browserHash": "a25ead77",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "c3ee5cca",
"needsInterop": false
}
},
"chunks": {}
}

1
.vitepress/cache/deps/package.json vendored Normal file
View File

@@ -0,0 +1 @@
{"type":"module"}

9516
.vitepress/cache/deps/vue.js vendored Normal file

File diff suppressed because it is too large Load Diff

7
.vitepress/cache/deps/vue.js.map vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -8,15 +8,28 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Examples', link: '/markdown-examples' }
],
sidebar: [
{
text: 'Examples',
text: '简介',
items: [
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Runtime API Examples', link: '/api-examples' }
{ text: '简介', link: '/简介' },
]
},
{
text: '1. 杭电生存指南(最重要模块)',
items: [
{ text: '人文社科的重要性(韩健夫老师寄语)', link: '/1.杭电生存指南/人文社科的重要性(韩健夫老师寄语)' },
{ text: '竞赛指北', link: '/1.杭电生存指南/竞赛指北' },
{ text: '导师选择', link: '/1.杭电生存指南/导师选择' },
{ text: '小心项目陷阱', link: '/1.杭电生存指南/小心项目陷阱' },
{ text: '小组作业避雷指南', link: '/1.杭电生存指南/小组作业避雷指南' },
{ text: '正确解读GPA', link: '/1.杭电生存指南/正确解读GPA' },
{ text: '杭电出国自救指南', link: '/1.杭电生存指南/杭电出国自救指南' },
{ text: '转专业二三事', link: '/1.杭电生存指南/转专业二三事' },
{ text: '问题专题:好想进入实验室', link: '/1.杭电生存指南/问题专题:好想进入实验室' },
{ text: '如何读论文', link: '/1.杭电生存指南/如何读论文' },
]
}
],