Skip to content

Commit fc624ae

Browse files
committed
FunctionTipsManager - 要新版本了,把这些提示去掉
1 parent 6880b51 commit fc624ae

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Coding_iOS/Util/Manager/FunctionTipsManager.m

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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
}

Coding_iOS/Views/Cell/Input_OnlyText_Cell.h

100755100644
File mode changed.

0 commit comments

Comments
 (0)