第一次提交

This commit is contained in:
2026-06-03 14:18:28 +08:00
parent 6c304749b0
commit 1f1581321c
51 changed files with 4385 additions and 0 deletions
Vendored
+12
View File
@@ -0,0 +1,12 @@
/// <reference types="vite/client" />
// 声明你的环境变量,按需添加
interface ImportMetaEnv {
readonly VITE_BASE_PATH: string
// 继续添加你项目里其他 VITE_ 开头变量
// readonly VITE_ROUTER_MODE: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}