mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 19:03:29 +08:00
- 移除旧的设置相关事件类包括 SettingsAllLoadedEvent、SettingsBatchChangedEvent、 SettingsBatchSavedEvent、SettingsChangedEvent、SettingsDeletedEvent 和 SettingsLoadedEvent - 添加新的设置事件类包括 SettingsAppliedAllEvent、SettingsInitializedEvent、 SettingsSavedAllEvent 和 SettingsResetEvent - 在 SettingsModel 中集成新的事件发送机制 - 修改 Initialize 方法以发送 SettingsInitializedEvent 事件 - 更新 Save 方法以发送 SettingsSavedAllEvent 事件 - 修改 Apply 方法以发送 SettingsAppliedAllEvent 事件 - 添加 Reset 功能以发送 SettingsResetEvent 事件 - 添加 ResetAll 功能以发送 SettingsResetAllEvent 事件 - [release ci]