This commit is contained in:
2025-11-18 13:48:22 +08:00
parent b2021dcb3c
commit ced0b88ca4
3 changed files with 17 additions and 7 deletions

View File

@@ -52,7 +52,10 @@ static NSString * const kKBKeyboardExtensionBundleId = @"com.loveKey.nyx.CustomK
///
[self getNetJudge];
///
[self kb_fireStartupNetworkRequest];
// dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[self kb_fireStartupNetworkRequest];
// });
//
#if !DEBUG
/// Bugly