version:1.0.1

update:
bugfixes:修复TAG
This commit is contained in:
2024-07-13 15:35:13 +08:00
parent 4657e3ad2b
commit b4fc904734
97 changed files with 97 additions and 97 deletions

View File

@@ -30,7 +30,7 @@ import java.io.Serializable;
* 磁盘缓存帮助类
*/
public class CacheHelper {
private static final String TAG = CacheHelper.class.getSimpleName();
private static final String TAG = "CacheHelper";
private MMKV mMMKV = MMKV.mmkvWithID(CommonConfig.MMKV_ID, MMKV.MULTI_PROCESS_MODE);