Beautify style and add automatic deployment scripts

This commit is contained in:
2025-11-03 23:38:15 +08:00
parent e4d3969e95
commit 14ae3e80c4
8 changed files with 269 additions and 57 deletions

View File

@@ -2,7 +2,7 @@
import { h } from 'vue'
import type { Theme } from 'vitepress'
import DefaultTheme from 'vitepress/theme'
import './style.css'
import './index.css'
export default {
extends: DefaultTheme,