mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-08 07:16:19 +08:00
10 lines
212 B
TypeScript
10 lines
212 B
TypeScript
|
|
||
|
import DefaultTheme from 'vitepress/theme'
|
||
|
import './style.css'
|
||
|
import Layout from './Layout.vue'
|
||
|
|
||
|
export default {
|
||
|
extends: DefaultTheme,
|
||
|
// 使用注入插槽的包装组件覆盖 Layout
|
||
|
Layout: Layout
|
||
|
}
|