From ec49b0a17e4b9e21bf87b02ead010c38336f40ee Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 06 十一月 2024 00:43:50 +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