fix: doc footer type config error
docFooter应该传递对象而不是对象数组 Log:
This commit is contained in:
parent
0687a16f32
commit
477baf3ea5
@ -83,12 +83,10 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
docFooter: [
|
docFooter: {
|
||||||
{
|
prev: '上一页',
|
||||||
prev: '上一页',
|
next: '下一页'
|
||||||
next: '下一页'
|
},
|
||||||
}
|
|
||||||
],
|
|
||||||
darkModeSwitchLabel: '浅色/深色模式',
|
darkModeSwitchLabel: '浅色/深色模式',
|
||||||
outlineTitle: '此页的大纲',
|
outlineTitle: '此页的大纲',
|
||||||
sidebarMenuLabel: '菜单',
|
sidebarMenuLabel: '菜单',
|
Loading…
Reference in New Issue
Block a user