From 64317cb1a7e005f98395c34f8288de9b1abc2f3f Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期二, 19 十一月 2024 13:15:56 +0800 Subject: [PATCH] 预测长度(min) --- types/env.d.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/types/env.d.ts b/types/env.d.ts index 40ce343..82b4cd7 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -25,6 +25,7 @@ readonly VITE_UPLOAD_URL: string readonly VITE_API_URL: string readonly VITE_BASE_PATH: string + readonly VITE_VIDEO_CAMERA_DOMAIN: string readonly VITE_DROP_DEBUGGER: string readonly VITE_DROP_CONSOLE: string readonly VITE_SOURCEMAP: string -- Gitblit v1.9.3