This commit is contained in:
zxr
2026-04-27 19:26:44 +08:00
parent d9a0470ecf
commit 25e8eafc69
8 changed files with 459 additions and 19 deletions

1
src/types/env.d.ts vendored
View File

@@ -2,6 +2,7 @@
interface ImportMetaEnv {
readonly VITE_API_BASE_URL?: string
readonly VITE_LOGS_API_BASE_URL?: string
// 在这里可以继续补充其他 VITE_ 前缀的环境变量
}