chore: update docs config

This commit is contained in:
pengzhanbo 2023-12-26 13:04:54 +08:00
parent f91e282588
commit a20393238b
2 changed files with 8 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import { enNotes, zhNotes } from './notes.js'
export default defineUserConfig({
base: '/',
lang: 'zh',
lang: 'zh-CN',
title: 'Plume Theme',
description: '',
source: path.resolve(__dirname, '../'),
@ -16,7 +16,7 @@ export default defineUserConfig({
'/': {
title: 'Plume主题',
description: '',
lang: 'zh',
lang: 'zh-CN',
},
'/en/': {
title: 'Plume Theme',
@ -77,6 +77,7 @@ export default defineUserConfig({
},
],
},
{ text: '友情链接', link: '/friends/', icon: 'emojione-monotone:roller-coaster' },
],
footer: {
copyright: 'Copyright © 2022-present pengzhanbo',

View File

@ -140,10 +140,14 @@ function foo() {
}
```
::: info 注释
::: note 注释
注释内容
:::
::: info 信息
信息内容
:::
::: tip 提示
提示内容
:::