This commit is contained in:
2025-11-17 16:42:32 +08:00
parent f366a4aa6c
commit ea4b8168b7
2 changed files with 57 additions and 88 deletions

View File

@@ -36,11 +36,11 @@ static NSString * const kKBKeyboardExtensionBundleId = @"com.loveKey.nyx.CustomK
// Skip TabBar
BOOL hasShownSexVC = [[NSUserDefaults standardUserDefaults] boolForKey:KBSexSelectShownKey];
if (hasShownSexVC) {
[self setupRootVC];
} else {
// if (hasShownSexVC) {
// [self setupRootVC];
// } else {
[self setupSexSelectRootVC];
}
// }
// 访
[KBNetworkManager shared].enabled = YES;