mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-23 15:52:17 +00:00
fix:修正缩进
我要验缩进,缩进有问题!
This commit is contained in:
parent
467b9d995a
commit
621f627837
1 changed files with 2 additions and 2 deletions
|
|
@ -689,7 +689,7 @@ NSString *cacheDescription = [NSString stringWithFormat:@"%@", GetCacheSize()];
|
|||
accessibilityIdentifier:nil
|
||||
detailTextBlock:^NSString *() {
|
||||
switch (appVersionSpoofer()) {
|
||||
case 0: return @"v21.10.2";
|
||||
case 0: return @"v21.10.2";
|
||||
case 1: return @"v21.09.3";
|
||||
case 2: return @"v21.09.2";
|
||||
case 3: return @"v21.08.3";
|
||||
|
|
@ -825,7 +825,7 @@ NSString *cacheDescription = [NSString stringWithFormat:@"%@", GetCacheSize()];
|
|||
}
|
||||
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
||||
NSArray <YTSettingsSectionItem *> *rows = @[
|
||||
SPOOFER_VERSION(@"v21.10.2", 0),
|
||||
SPOOFER_VERSION(@"v21.10.2", 0),
|
||||
SPOOFER_VERSION(@"v21.09.3", 1),
|
||||
SPOOFER_VERSION(@"v21.09.2", 2),
|
||||
SPOOFER_VERSION(@"v21.08.3", 3),
|
||||
|
|
|
|||
Loading…
Reference in a new issue