1.0.19 feat:个性化房间背景 API / 新礼物飘屏 UI

This commit is contained in:
eggmanQQQ
2024-11-01 20:49:31 +08:00
parent ec70554f9d
commit faacf7b22d
23 changed files with 504 additions and 34 deletions

View File

@@ -78,17 +78,16 @@ UIKIT_EXTERN NSString * adImageName;
- (void) configBugly {
BuglyConfig *config = [[BuglyConfig alloc] init];
config.blockMonitorTimeout = 5;
config.unexpectedTerminatingDetectionEnable = YES; // 退
#ifdef DEBUG
config.debugMode = NO;//YES; // debug
config.channel = [YYUtility getAppSource];
// config.blockMonitorEnable = YES; //
config.reportLogLevel = BuglyLogLevelError; // BuglyLogLevelVerbose; //
config.reportLogLevel = BuglyLogLevelSilent; // BuglyLogLevelVerbose; //
[Bugly startWithAppId:@"c937fd00f7" config:config];
#else
config.unexpectedTerminatingDetectionEnable = YES; // 退
config.debugMode = NO; // release
config.channel = [YYUtility getAppSource];;
config.blockMonitorEnable = NO; //
@@ -96,7 +95,6 @@ UIKIT_EXTERN NSString * adImageName;
NSString *buylyKey = @"8627948559"; // isEnterprise == NO ? @"5334684d86" : @"d65df59a68";
[Bugly startWithAppId:buylyKey config:config];
#endif
}
- (void)configNIMSDK {
// NIMSDK