mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-23 03:04:29 +08:00
- 在IResetApplyAbleSettings接口中添加DataType属性定义 - 修改SettingsModel中数据存储逻辑,使用applicator.DataType替代typeof(T) - 为GodotAudioSettings、GodotGraphicsSettings和GodotLocalizationSettings实现DataType属性 - 统一通过DataType属性获取设置数据的类型信息 - [release ci]