增加环境变量VITE_OUT_URL

This commit is contained in:
2026-03-12 15:16:18 +08:00
parent 1cd7a43bc5
commit f269c42a58
5 changed files with 13 additions and 4 deletions
+2
View File
@@ -155,6 +155,7 @@ export interface GlobConfig {
// Project abbreviation
shortName: string;
vitePlatform?: string;
viteOutUrl?: string;
}
export interface GlobEnvConfig {
// Site title
@@ -180,4 +181,5 @@ export interface GlobEnvConfig {
VITE_GLOB_ONLINE_VIEW_URL?: string;
VITE_GLOB_ST_DOMAIN_URL?: string;
VITE_PLATFORM?: string;
VITE_OUT_URL?: string;
}