This commit is contained in:
2025-01-20 16:23:23 +08:00
parent 33ac157f71
commit 46187e7795
66 changed files with 5024 additions and 2299 deletions

View File

@@ -47,7 +47,7 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.mainUserId = TESTUserID;
self.mainUserId = pokiesUserID;
WKWebViewConfiguration *wkWebConfig = [[WKWebViewConfiguration alloc] init];
wkWebConfig.preferences.javaScriptCanOpenWindowsAutomatically = YES;