From 28cd71d5ff26ca539e48a229eed4055df7cae5ad Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 13 六月 2024 23:08:36 +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