From 8099042b51891d1e58d6066f0247ba423f4457bd Mon Sep 17 00:00:00 2001 From: yyg1378265336 <1378265336@qq.com> Date: 星期四, 27 二月 2025 09:27:17 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/BS/TigerAdmin_2024 --- types/global.d.ts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/types/global.d.ts b/types/global.d.ts index 301c19a..5ca6c62 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -1,3 +1,11 @@ +/* + * @Description: file content + * @Author: Ben Lin + * @version: + * @Date: 2024-06-18 15:09:48 + * @LastEditors: Ben Lin + * @LastEditTime: 2024-07-19 17:09:40 + */ import type { ComponentRenderProxy, VNode, @@ -67,6 +75,7 @@ VITE_USE_MOCK: boolean; VITE_PUBLIC_PATH: string; VITE_GLOB_APP_TITLE: string; + VITE_GLOB_APP_TYPE: string; VITE_BUILD_COMPRESS: 'gzip' | 'brotli' | 'none'; } -- Gitblit v1.9.3