refactor(docs): migrate from docsify to vitepress

- Move CSS styles from theme to public directory
- Update documentation structure and build commands
- Add new VitePress configuration and theme setup
This commit is contained in:
sanbuphy
2026-01-12 18:51:37 +08:00
parent 2b762868df
commit 99c1fb9ba8
3 changed files with 188 additions and 61 deletions
-1
View File
@@ -4,7 +4,6 @@ import 'viewerjs/dist/viewer.css'
import TypeIt from 'typeit'
import { onMounted, watch, nextTick } from 'vue'
import { useRoute, useData } from 'vitepress'
import './style.css'
export default {
extends: DefaultTheme,