修复bug

This commit is contained in:
liyuhua
2023-08-09 15:42:15 +08:00
parent 7a1ffa871a
commit 00e4fd98bd
5 changed files with 44 additions and 78 deletions

View File

@@ -24,7 +24,17 @@
}
+ (NSString *)appName {
return @"youmi";
#ifdef DEBUG
NSString *text = [NSString stringWithFormat:@"%@%@%@%@",@"p",@"e",@"k",@"o"];
return text;
#else
return @"youmi";
#endif
}
+ (NSString *)appBuild{