File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ - (instancetype)init
2929 self = [super init ];
3030 if (self) {
3131 _tipsDict = [NSMutableDictionary dictionaryWithContentsOfFile: [self p_cacheFilePath ]];
32- if (![[_tipsDict valueForKey: @" version" ] isEqualToString: kVersion_Coding ]) {
33- _tipsDict = [@{kFunctionTipStr_Version : kVersion_Coding ,
34- kFunctionTipStr_MR : @(YES ),
35- kFunctionTipStr_PR : @(YES ),
36- kFunctionTipStr_ReadMe : @(YES ),
37- kFunctionTipStr_CommitList : @(YES ),
38- } mutableCopy];
39- [_tipsDict writeToFile: [self p_cacheFilePath ] atomically: YES ];
40- }
32+ // if (![[_tipsDict valueForKey:@"version"] isEqualToString:kVersion_Coding]) {
33+ // _tipsDict = [@{kFunctionTipStr_Version: kVersion_Coding,
34+ // kFunctionTipStr_MR: @(YES),
35+ // kFunctionTipStr_PR: @(YES),
36+ // kFunctionTipStr_ReadMe: @(YES),
37+ // kFunctionTipStr_CommitList: @(YES),
38+ // } mutableCopy];
39+ // [_tipsDict writeToFile:[self p_cacheFilePath] atomically:YES];
40+ // }
4141 }
4242 return self;
4343}
You can’t perform that action at this time.
0 commit comments