Skip to content

Commit

Permalink
更新pId
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiangboy committed Feb 12, 2020
1 parent 90649b3 commit 68037df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iOS/DoraemonKitDemo/DoraemonKitDemo/DoKitAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
NSLog(@"handle block plugin");
}];

[DoraemonManager shareInstance].pId = @"a49842eeebeb1989b3f9565eb12c276b";
//测试 a49842eeebeb1989b3f9565eb12c276b
//线上 749a0600b5e48dd77cf8ee680be7b1b7
[DoraemonManager shareInstance].pId = @"749a0600b5e48dd77cf8ee680be7b1b7";
[[DoraemonManager shareInstance] addStartPlugin:@"StartPlugin"];
[DoraemonManager shareInstance].bigImageDetectionSize = 10 * 1024;//大图检测只检测10K以上的
[DoraemonManager shareInstance].startClass = @"DoKitAppDelegate";
Expand Down

0 comments on commit 68037df

Please sign in to comment.