1
0
forked from bot/app

📝 [docs]: 新增统计信息

This commit is contained in:
2024-09-01 22:30:46 +08:00
parent c805db3371
commit 0f9683de89
6 changed files with 43 additions and 16 deletions

View File

@ -24,5 +24,12 @@ export const en = defineConfig({
copyright: ThemeConfig.copyright
},
outline: ThemeConfig.getOutLine("Page Content"),
langMenuLabel: 'Language',
returnToTopLabel: 'Back to top',
sidebarMenuLabel: 'Menu',
darkModeSwitchLabel: 'Theme',
lightModeSwitchTitle: 'Light Mode',
darkModeSwitchTitle: 'Dark Mode',
},
})

View File

@ -24,5 +24,12 @@ export const zh = defineConfig({
copyright: ThemeConfig.copyright
},
outline: ThemeConfig.getOutLine("页面内容"),
langMenuLabel: '语言',
returnToTopLabel: '返回顶部',
sidebarMenuLabel: '菜单',
darkModeSwitchLabel: '主题',
lightModeSwitchTitle: '轻色模式',
darkModeSwitchTitle: '深色模式',
},
})