mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-02 11:40:04 +00:00
✨ 添加日语支持,更新多语言导航和首页链接
This commit is contained in:
@ -9,11 +9,20 @@ export const zh = defineConfig({
|
||||
prev: '上一页',
|
||||
next: '下一页'
|
||||
},
|
||||
nav: [
|
||||
{text: '家', link: '/'},
|
||||
{text: '使用', link: '/start/install'},
|
||||
{text: '开发', link: '/dev/extension'},
|
||||
],
|
||||
langMenuLabel: '语言',
|
||||
returnToTopLabel: '返回顶部',
|
||||
sidebarMenuLabel: '菜单',
|
||||
darkModeSwitchLabel: '主题',
|
||||
lightModeSwitchTitle: '轻色模式',
|
||||
darkModeSwitchTitle: '深色模式',
|
||||
footer: {
|
||||
message: "文档完善中,欢迎提出建议或帮助我们完善。",
|
||||
copyright: '© 2024 <a href="https://liteyuki.icu" target="_blank">Liteyuki Studio</a>',
|
||||
}
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user