mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user