mod: webview jump

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-19 11:39:13 +08:00
parent 316a9809e4
commit 15b949bb9c
3 changed files with 18 additions and 9 deletions

View File

@@ -413,7 +413,7 @@ class PiliScheme {
.firstMatch(path)
?.group(1);
if (bvid != null) {
videoPush(null, bvid, off: false);
videoPush(null, bvid, off: off);
return true;
}
launchURL();