feat: 将配置中的名称更改为动态获取的环境变量VITE_APP_TITLE

This commit is contained in:
Junsen
2025-08-08 17:35:35 +08:00
parent 994715d9eb
commit 031c56e30b
4 changed files with 1 additions and 1089 deletions
@@ -1 +0,0 @@
npx --no-install commitlint --edit "$1"
@@ -1 +0,0 @@
npx lint-staged --allow-empty
File diff suppressed because it is too large Load Diff
@@ -12,7 +12,7 @@ const initialConfigState: PublicConfig = {
mobileAreaList: [],
beianIcpNum: '',
beianGaNum: '',
name: '小智智能助手',
name: import.meta.env.VITE_APP_TITLE,
}
export const useConfigStore = defineStore(