first commit

This commit is contained in:
“dongming”
2025-12-28 22:44:03 +08:00
commit acabcfa7ed
46 changed files with 13050 additions and 0 deletions

7
vite.config.ts Normal file
View File

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