We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92e43c commit 164ed3bCopy full SHA for 164ed3b
.vitepress/config.mjs
@@ -7,6 +7,20 @@ export default defineConfig({
7
base: '/docs-swift/',
8
cleanUrls: true,
9
themeConfig: {
10
+ docFooter: {
11
+ prev: '上一篇',
12
+ next: '下一篇'
13
+ },
14
+ outline: {
15
+ label: '本页目录',
16
+ level: [2, 3],
17
18
+ footer: {
19
+ copyright: "版权所有 © 2025 DanXi-Dev。本作品采用知识共享 署名-相同方式共享 4.0 国际许可协议 (CC BY-SA 4.0) 进行许可。 "
20
21
+ darkModeSwitchLabel: '外观',
22
+ returnToTopLabel: '返回顶部',
23
+ sidebarMenuLabel: '菜单',
24
nav: [
25
{ text: '首页', link: '/' },
26
{ text: '开发', link: '/dev/intro' },
0 commit comments