mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2026-06-09 18:52:21 +00:00
✨ 添加 VitePress 配置和主题支持;更新 .gitignore 文件以排除不必要的目录;新增中英文文档首页
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import './style.css'
|
||||
import Layout from './Layout.vue'
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
// 使用注入插槽的包装组件覆盖 Layout
|
||||
Layout: Layout
|
||||
}
|
||||
Reference in New Issue
Block a user