feat: 添加左上角应用名称自定义功能
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Get application title.
|
||||
*/
|
||||
export function getAppTitle(): string {
|
||||
return import.meta.env.VITE_APP_TITLE ?? "Helix"
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
export * as PhoneNumberUtils from "./phone-number-utils"
|
||||
export * as DepartmentUtils from "./department-utils"
|
||||
export * as AntUtils from "./ant-utils"
|
||||
export * as AppUtils from "./app-utils"
|
||||
|
||||
Reference in New Issue
Block a user