From 5e54b2866eb181e84de9910de06fd013a280a5c9 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 05 三月 2025 16:18:36 +0800 Subject: [PATCH] 保存实体更新 --- types/global.d.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/types/global.d.ts b/types/global.d.ts index 850f933..5ca6c62 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -75,7 +75,7 @@ VITE_USE_MOCK: boolean; VITE_PUBLIC_PATH: string; VITE_GLOB_APP_TITLE: string; - VITE_APP_TYPE: string; + VITE_GLOB_APP_TYPE: string; VITE_BUILD_COMPRESS: 'gzip' | 'brotli' | 'none'; } -- Gitblit v1.9.3