feat: 添加左上角应用名称自定义功能

This commit is contained in:
siujamo
2025-12-29 14:33:08 +08:00
parent 944d176240
commit d3723ba485
5 changed files with 25 additions and 5 deletions
+8
View File
@@ -19,7 +19,15 @@ interface ImportMetaEnv {
*/
readonly VITE_MSAL_TENANT_ID: string
/**
* Default region for new users
*/
readonly VITE_DEFAULT_REGION_ABBREVIATION: RegionAbbreviation
/**
* Application title, can be set to any preferred string as your wish.
*/
readonly VITE_APP_TITLE: string
}
interface ImportMeta {