feat: show admin dashboard version

This commit is contained in:
Lan
2026-06-03 12:21:44 +08:00
parent 2428409953
commit 04a0498923
7 changed files with 89 additions and 21 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ export function usePublicConfigBootstrap() {
return
}
const notifyMessage = configStore.applyRemoteConfig(res.detail)
configStore.applyPublicMeta(res.detail.meta)
const notifyMessage = configStore.applyRemoteConfig(res.detail.config)
if (notifyMessage) {
alertStore.showAlert(notifyMessage, 'success')
}