chore: 新增VITE_HIDE_GLOBAL_SETTING配置

This commit is contained in:
kailong321200875
2024-06-20 15:31:54 +08:00
parent 49451ae606
commit d04c67f0ea
7 changed files with 19 additions and 1 deletions

1
types/global.d.ts vendored
View File

@@ -82,5 +82,6 @@ declare global {
readonly VITE_USE_CSS_SPLIT: string
readonly VITE_USE_ONLINE_ICON: string
readonly VITE_ICON_PREFIX: string
readonly VITE_HIDE_GLOBAL_SETTING: string
}
}