From 12b244baa8b5f3dcaa568fb0c81b24e9974737ce Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 15 六月 2024 11:17:51 +0800 Subject: [PATCH] 不良代码更新 --- types/config.d.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/types/config.d.ts b/types/config.d.ts index 6f73423..59f8854 100644 --- a/types/config.d.ts +++ b/types/config.d.ts @@ -151,6 +151,7 @@ shortName: string; mapKey: string; downloadUrl: string; + useOrg: boolean; } export interface GlobEnvConfig { // Site title @@ -165,4 +166,5 @@ VITE_GLOB_UPLOAD_URL?: string; VITE_GLOB_MAP_KEY: string; VITE_GLOB_DOWNLOAD_URL: string; + VITE_USE_ORG: boolean; } -- Gitblit v1.9.3