fix:修正缩进

我要验缩进,缩进有问题!
This commit is contained in:
Li 2026-03-13 22:00:17 +08:00 committed by GitHub
parent 467b9d995a
commit 621f627837
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),