初始提交:OCI 面板前端(含 GenAI 网关一期)

This commit is contained in:
Wang Defa
2026-07-09 15:31:29 +08:00
commit db45a669e3
135 changed files with 25220 additions and 0 deletions
Vendored
+10
View File
@@ -0,0 +1,10 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
/** 为 '1' 时 api 层返回内置 mock 数据,不请求后端 */
readonly VITE_MOCK: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}