🔄Update: [T1] 初始化前端

This commit is contained in:
2025-10-09 21:01:47 +08:00
parent ef0155ec39
commit a05b47fe24
13 changed files with 2090 additions and 0 deletions
+7
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()],
})