mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-02 11:40:04 +00:00
✨ 更新配置,添加主题配置和编辑链接功能,支持多语言文档编辑
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import {defineConfig} from 'vitepress'
|
||||
import { ThemeConfig } from './common'
|
||||
|
||||
export const ja = defineConfig({
|
||||
lang: "ja-JP",
|
||||
@ -14,6 +15,7 @@ export const ja = defineConfig({
|
||||
{text: '使用方法', link: '/ja/start/install'},
|
||||
{text: '開発', link: '/ja/dev/extension'},
|
||||
],
|
||||
editLink: ThemeConfig.getEditLink('このページを編集'),
|
||||
langMenuLabel: '言語',
|
||||
returnToTopLabel: 'トップへ戻る',
|
||||
sidebarMenuLabel: 'オプション',
|
||||
|
Reference in New Issue
Block a user