mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 00:53:54 +08:00
feat: 将配置中的名称更改为动态获取的环境变量VITE_APP_TITLE
This commit is contained in:
@@ -12,7 +12,7 @@ const initialConfigState: PublicConfig = {
|
||||
mobileAreaList: [],
|
||||
beianIcpNum: '',
|
||||
beianGaNum: '',
|
||||
name: '小智智能助手',
|
||||
name: import.meta.env.VITE_APP_TITLE,
|
||||
}
|
||||
|
||||
export const useConfigStore = defineStore(
|
||||
|
||||
Reference in New Issue
Block a user