From 21a4e09672b1177d40c2bb5b937a8780c5eaa7fb Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 08 三月 2025 15:03:34 +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