mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-02 11:40:04 +00:00
✨ 添加日语支持,更新多语言导航和首页链接
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
import {defineConfig} from 'vitepress'
|
||||
|
||||
export const ja = defineConfig({
|
||||
lang: "ja-JP",
|
||||
title: "Marsho AI",
|
||||
description: "かわいくて、賢くて、拡張しやすい",
|
||||
themeConfig: {
|
||||
docFooter: {
|
||||
prev: '前へ',
|
||||
next: '次へ'
|
||||
},
|
||||
nav: [
|
||||
{text: 'ホーム', link: '/ja'},
|
||||
{text: '使用方法', link: '/ja/start/install'},
|
||||
{text: '開発', link: '/ja/dev/extension'},
|
||||
],
|
||||
langMenuLabel: '言語',
|
||||
returnToTopLabel: 'トップへ戻る',
|
||||
sidebarMenuLabel: 'オプション',
|
||||
darkModeSwitchLabel: 'テーマ',
|
||||
lightModeSwitchTitle: 'ライト',
|
||||
darkModeSwitchTitle: 'ダーク',
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user