feat: 构建文档基础框架
This commit is contained in:
@@ -23,6 +23,14 @@ export default defineConfig({
|
||||
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
|
||||
]
|
||||
],
|
||||
|
||||
search: {
|
||||
provider: 'local'
|
||||
},
|
||||
|
||||
lastUpdated: {
|
||||
text: '最近更新',
|
||||
},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user