init blog

This commit is contained in:
wxf
2025-06-13 16:30:38 +08:00
commit c685fa20eb
25 changed files with 33738 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { h } from 'vue'
import DefaultTheme from 'vitepress/theme'
import './custom.css'
export default {
...DefaultTheme,
enhanceApp({ app }) {
// 在这里可以注册全局组件或添加其他配置
}
}