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