From 7e1c7ea9f47d6fe3fd669672a4bce51ec2758bc3 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 30 五月 2024 14:32:15 +0800 Subject: [PATCH] Low Code Update --- 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 5776dbd..fa08c58 100644 --- a/types/config.d.ts +++ b/types/config.d.ts @@ -149,6 +149,7 @@ // Project abbreviation shortName: string; mapKey: string; + downloadUrl: string; } export interface GlobEnvConfig { // Site title @@ -161,4 +162,5 @@ // Upload url VITE_GLOB_UPLOAD_URL?: string; VITE_GLOB_MAP_KEY: string; + VITE_GLOB_DOWNLOAD_URL: string; } -- Gitblit v1.9.3