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,6 +9,11 @@ export const en = defineConfig({
|
||||
prev: 'Prev',
|
||||
next: 'Next'
|
||||
},
|
||||
nav: [
|
||||
{text: 'Home', link: '/en'},
|
||||
{text: 'Usage', link: '/en/start/install'},
|
||||
{text: 'Develop', link: '/en/dev/extension'},
|
||||
],
|
||||
langMenuLabel: 'Language',
|
||||
returnToTopLabel: 'To top',
|
||||
sidebarMenuLabel: 'Option',
|
||||
|
Reference in New Issue
Block a user