@@ -155,8 +155,8 @@ export default defineConfig({
155
155
metaChunk : true ,
156
156
157
157
head : [
158
- [ 'link' , { rel : 'icon' , href : '/favicon.svg' , type : 'image/svg+xml' } ] ,
159
- [ 'link' , { rel : 'alternate icon' , href : '/favicon.ico' , type : 'image/png' , sizes : '16x16' } ] ,
158
+ [ 'link' , { rel : 'icon' , href : '/easy-docs/ favicon.svg' , type : 'image/svg+xml' } ] ,
159
+ [ 'link' , { rel : 'alternate icon' , href : '/easy-docs/ favicon.ico' , type : 'image/png' , sizes : '16x16' } ] ,
160
160
[ 'meta' , { name : 'theme-color' , content : '#55a578' } ] ,
161
161
[ 'meta' , { property : 'og:type' , content : 'website' } ] ,
162
162
[ 'meta' , { property : 'og:locale' , content : 'zh' } ] ,
@@ -173,7 +173,8 @@ export default defineConfig({
173
173
} ,
174
174
175
175
socialLinks : [
176
- { icon : 'github' , link : 'https://github.com/easy-temps' }
176
+ { icon : 'github' , link : 'https://github.com/easy-temps' } ,
177
+ { icon : 'x' , link : 'https://twitter.com/charlie9627' }
177
178
] ,
178
179
179
180
nav : Nav ,
@@ -191,6 +192,15 @@ export default defineConfig({
191
192
pattern : 'https://github.com/easy-temps/easy-docs/edit/main/:path' ,
192
193
text : '在 GitHub 上编辑此页面' ,
193
194
} ,
195
+
196
+ lastUpdated : {
197
+ text : '最后更新于'
198
+ } ,
199
+
200
+ docFooter : {
201
+ prev : '上一页' ,
202
+ next : '下一页'
203
+ } ,
194
204
195
205
footer : {
196
206
message : '基于 MIT 许可发布' ,
0 commit comments