From 5a813f3b28f3cbf1db3a3657ccf83267c6e0d315 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 24 十月 2024 11:22:02 +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