This commit is contained in:
Isaac 2025-11-13 00:25:29 +08:00
parent 99840de8d7
commit 789f9e29c9
15 changed files with 636 additions and 53 deletions

View file

@ -260,7 +260,7 @@ static void registerEffectViewOverrides(void) {
registerEffectViewOverrides();
}
#if DEBUG
/*#if DEBUG
Class cls = NSClassFromString(@"WKBrowsingContextController");
SEL sel = NSSelectorFromString(@"registerSchemeForCustomProtocol:");
if ([cls respondsToSelector:sel]) {
@ -270,7 +270,7 @@ static void registerEffectViewOverrides(void) {
[cls performSelector:sel withObject:@"https"];
#pragma clang diagnostic pop
}
#endif
#endif*/
});
}