chore: 资源更新后重载 BattleData (#11874)

This commit is contained in:
uye
2025-02-12 21:47:38 +08:00
committed by GitHub
parent 687ebe8827
commit 39fdfac0c1
5 changed files with 22 additions and 12 deletions

View File

@@ -429,6 +429,7 @@ public class VersionUpdateSettingsUserControlModel : PropertyChangedBase
if (success)
{
Instances.AsstProxy.LoadResource();
DataHelper.ReloadBattleData();
ToastNotification.ShowDirect(LocalizationHelper.GetString("GameResourceUpdated"));
}