From 92de736c3ff61c2e9477cb96e34a03db9432a0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=AF=E6=98=9F?= Date: Sat, 25 Oct 2025 20:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QXLive/Other/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QXLive/Other/AppDelegate.m b/QXLive/Other/AppDelegate.m index 3df000a..32a4a3a 100644 --- a/QXLive/Other/AppDelegate.m +++ b/QXLive/Other/AppDelegate.m @@ -79,7 +79,7 @@ self.window.backgroundColor = [UIColor whiteColor]; QXAppStartViewController *startVC = [[QXAppStartViewController alloc] init]; self.window.rootViewController = startVC; - [Bugly startWithAppId:@"65efebcd8f"]; + [Bugly startWithAppId:@"38d154fc5f"]; SDImageWebPCoder *webPCoder = [SDImageWebPCoder sharedCoder]; [IQKeyboardManager sharedManager].enable = NO; [[SDImageCodersManager sharedManager] addCoder:webPCoder];