mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-02 14:49:51 +00:00
✨ 添加 VitePress 配置和主题支持;更新 .gitignore 文件以排除不必要的目录;新增中英文文档首页
This commit is contained in:
19
docs/.vitepress/config/en.ts
Normal file
19
docs/.vitepress/config/en.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import {defineConfig} from 'vitepress'
|
||||
|
||||
export const en = defineConfig({
|
||||
lang: "en-US",
|
||||
title: "Marsho AI",
|
||||
description: "Kawaii, Intelligent and Easy to Extend",
|
||||
themeConfig: {
|
||||
docFooter: {
|
||||
prev: 'Prev',
|
||||
next: 'Next'
|
||||
},
|
||||
langMenuLabel: 'Language',
|
||||
returnToTopLabel: 'To top',
|
||||
sidebarMenuLabel: 'Option',
|
||||
darkModeSwitchLabel: 'Theme',
|
||||
lightModeSwitchTitle: 'Light',
|
||||
darkModeSwitchTitle: 'Dark',
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user