From 621f627837277cb3326e2f6cefbba8ec9896dc16 Mon Sep 17 00:00:00 2001 From: Li <113808480+Li2548@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:00:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=AD=A3=E7=BC=A9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 我要验缩进,缩进有问题! --- Sources/uYouPlusSettings.xm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index c049e17..b2c64f0 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -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 *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),