项目初始化

This commit is contained in:
myh
2023-06-15 21:21:48 +08:00
parent bcb0a13caf
commit 07fe182f01
22 changed files with 3174 additions and 0 deletions

7
UI/vite.config.ts Normal file
View File

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