From 2e9c878dab8b83a5acbfb2caf934a66394b60d98 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期一, 30 十二月 2024 20:44:20 +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 5f1340b..994b611 100644
--- a/types/config.d.ts
+++ b/types/config.d.ts
@@ -155,6 +155,7 @@
   downloadUrl: string;
   useOrg: boolean;
   systemType: string;
+  wsUrl: string;
 }
 export interface GlobEnvConfig {
   // Site title
@@ -166,6 +167,7 @@
   // Upload url
   VITE_GLOB_UPLOAD_URL?: string;
   VITE_GLOB_SYS_API_URL: string;
+  VITE_GLOB_WS_URL: string;
   VITE_GLOB_TSK_API_URL: string;
   VITE_GLOB_MAP_KEY: string;
   VITE_GLOB_DOWNLOAD_URL: string;

--
Gitblit v1.9.3