更新docs

This commit is contained in:
2026-06-25 10:34:43 +08:00
parent 437b882f03
commit d855f2dc20
2 changed files with 500 additions and 425 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,9 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { resolve } from 'path'
import { resolve } from 'node:path'
import { fileURLToPath } from 'node:url'
const __dirname = fileURLToPath(new URL('.', import.meta.url))
export default defineConfig({
plugins: [