File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export const en = navbar([
23
23
text : "More" ,
24
24
icon : "iconfont icon-more" ,
25
25
children : [
26
+ { text : "Demo" , link : "https://alist.pages.dev/" } ,
26
27
{ text : "V2" , link : "https://alist-doc.nn.ci" } ,
27
28
{ text : "Desktop" , link : "https://ad.nn.ci/" } ,
28
29
] ,
Original file line number Diff line number Diff line change 1
- import { navbar } from "vuepress-theme-hope" ;
1
+ import { navbar } from "vuepress-theme-hope"
2
2
3
3
export const zh = navbar ( [
4
4
// "/zh/",
@@ -23,6 +23,7 @@ export const zh = navbar([
23
23
text : "更多" ,
24
24
icon : "iconfont icon-more" ,
25
25
children : [
26
+ { text : "演示" , link : "https://alist.pages.dev/" } ,
26
27
{ text : "V2" , link : "https://alist-doc.nn.ci" } ,
27
28
{ text : "桌面版" , link : "https://ad.nn.ci/" } ,
28
29
] ,
@@ -32,4 +33,4 @@ export const zh = navbar([
32
33
icon : "iconfont icon-github" ,
33
34
link : "https://github.com/alist-org/alist" ,
34
35
} ,
35
- ] ) ;
36
+ ] )
You can’t perform that action at this time.
0 commit comments