bubble page

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-09 20:51:28 +08:00
parent db30aa8041
commit 222c9d01a0
22 changed files with 571 additions and 9 deletions

View File

@@ -809,6 +809,15 @@ abstract final class PiliScheme {
}
launchURL();
return false;
case 'bubble':
// https://www.bilibili.com/bubble/home/1
final id = uriDigitRegExp.firstMatch(path)?.group(1);
if (id != null) {
Get.toNamed('/bubble', arguments: {'id': id});
return true;
}
launchURL();
return false;
default:
final res = IdUtils.matchAvorBv(input: area?.split('?').first);
if (res.isNotEmpty) {