first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:21:11 +08:00
commit 815274817c
716 changed files with 568684 additions and 0 deletions

10
vite.config.js Normal file
View File

@@ -0,0 +1,10 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
server: {
port: 5173,
host: true
}
})