This commit is contained in:
Ray.Hao
2025-06-18 17:52:51 +08:00
4 changed files with 7 additions and 4 deletions

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

@@ -4,6 +4,8 @@
interface ImportMetaEnv {
/** 应用端口 */
VITE_APP_PORT: number;
/** 应用名称 */
VITE_APP_NAME: string;
/** API 基础路径(代理前缀) */
VITE_APP_BASE_API: string;
/** API 地址 */