ZKit管理端

This commit is contained in:
zpooi
2025-12-03 23:40:20 +08:00
parent 4f0413503f
commit 00e8c1258c
31 changed files with 6954 additions and 0 deletions

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()],
})