mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 07:06:14 +08:00
Fix intent-filter for bilibili://search deep link (#934)
Fix intent-filter for bilibili://search deep link * update --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -219,7 +219,8 @@ class PiliScheme {
|
||||
);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
Get.toNamed('search');
|
||||
return true;
|
||||
case 'article':
|
||||
// bilibili://article/40679479?jump_opus=1&jump_opus_type=1&opus_type=article&h5awaken=random
|
||||
String? id = uriDigitRegExp.firstMatch(path)?.group(1);
|
||||
|
||||
Reference in New Issue
Block a user