version:1.8.7

fix:
update:去掉butterknife
This commit is contained in:
2024-08-28 15:24:57 +08:00
parent eea0350ac4
commit 7ba8603363
124 changed files with 10906 additions and 10823 deletions

View File

@@ -27,4 +27,8 @@ interface IGetInfoInterface {
List<String> getAdminApp();
//写入系统数据
boolean putSecureInt(String key, int value);
//写入系统数据
boolean putSystemInt(String key, int value);
//写入系统数据
boolean putSystemFloat(String key, float value);
}