File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,11 @@ export default defineConfig({
34
34
35
35
nav,
36
36
sidebar,
37
+
37
38
/* 右侧大纲配置 */
38
39
outline : {
39
40
level : [ 1 , 6 ] ,
40
- label : '本页目录 ' ,
41
+ label : '目录 ' ,
41
42
} ,
42
43
43
44
socialLinks : [ { icon : 'github' , link : 'https://github.com/postyizhan/lezi-wiki' } ] ,
@@ -47,15 +48,26 @@ export default defineConfig({
47
48
copyright : 'Copyright © 2019-present maomao' ,
48
49
} ,
49
50
50
- darkModeSwitchLabel : '外观' ,
51
- returnToTopLabel : '返回顶部' ,
52
- lastUpdatedText : '上次更新' ,
51
+ lastUpdated : {
52
+ text : '最后更新于' ,
53
+ formatOptions : {
54
+ dateStyle : 'short' ,
55
+ timeStyle : 'medium' ,
56
+ } ,
57
+ } ,
53
58
54
59
docFooter : {
55
60
prev : '上一篇' ,
56
61
next : '下一篇' ,
57
62
} ,
58
63
64
+ returnToTopLabel : '回到顶部' ,
65
+ sidebarMenuLabel : '菜单' ,
66
+ darkModeSwitchLabel : '主题' ,
67
+ lightModeSwitchTitle : '切换到浅色模式' ,
68
+ darkModeSwitchTitle : '切换到深色模式' ,
69
+
70
+ /*** 自定义配置 ***/
59
71
visitor : {
60
72
badgeId : 'postyizhan.lezi-wiki' ,
61
73
} ,
You can’t perform that action at this time.
0 commit comments