初始化

This commit is contained in:
2026-02-25 18:49:41 +08:00
commit 23d9e73969
14 changed files with 2364 additions and 0 deletions

6
vite.config.js Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
})