2025-08-10 14:32:24 +08:00
|
|
|
/// <reference types="vite/client" />
|
|
|
|
|
|
|
|
|
|
interface ImportMetaEnv {
|
|
|
|
|
readonly VITE_RUN_MODE: string
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
interface ImportMeta {
|
|
|
|
|
readonly env: ImportMetaEnv
|
2025-08-10 16:42:14 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 全局构建时间变量
|
|
|
|
|
declare const __BUILD_TIME__: string
|