File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,35 @@ export default defineUserConfig({
7
7
theme : defaultTheme ( {
8
8
// 网站logo
9
9
logo : '/img/logo.png' ,
10
+ // 不展示Git信息
11
+ showContributors : false ,
10
12
11
13
// 导航栏
12
14
navbar : [
13
15
{ text : '编码' , link : '/encode' } ,
14
16
{ text : '指南' , link : '/guide' } ,
15
17
{ text : 'BLOG' , link : '/blog' } ,
16
- { text : '关于' , link : '/about' } ,
18
+ {
19
+ text : '关于' ,
20
+ children : [
21
+ { text : 'GitHub' , link : 'https://github.com/coder-zrl' } ,
22
+ {
23
+ text : '考研笔记' ,
24
+ children : [
25
+ { text : '计算机组成原理' , link : 'https://aye10032.gitbook.io/computerorganizationnote' } ,
26
+ { text : '操作系统' , link : 'https://aye10032.gitbook.io/os' }
27
+ ]
28
+ } ,
29
+ {
30
+ text : '绘图工具' ,
31
+ children : [
32
+ { text : 'PUML入门指南' , link : 'https://pdf.plantuml.net/' } ,
33
+ { text : '在线绘制PUML' , link : 'https://www.plantuml.com/plantuml/uml' } ,
34
+ { text : '像素风流程图白板' , link : 'https://handraw.top/' } ,
35
+ ]
36
+ } ,
37
+ ]
38
+ } ,
17
39
] ,
18
40
19
41
// 侧边栏
You can’t perform that action at this time.
0 commit comments