From 97334831995a7a442af237dd44eaf3fc7edc120b Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 12 十二月 2025 19:59:49 +0800
Subject: [PATCH] feat: 新增渠道包
---
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 4c826eb..807c12c 100644
--- a/types/global.d.ts
+++ b/types/global.d.ts
@@ -115,7 +115,7 @@
VITE_COMPRESSION: ViteCompression;
VITE_WEMAP_KEY:string;
VITE_CLIENT_ORIGIN:string;
- VITE_AppType: 'one' | 'jx';
+ VITE_AppType: 'one' | 'tsg' | 'taoshangong';
}
interface AppConfig {
--
Gitblit v1.9.1