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:
qpst4
2025-08-04 14:07:32 +08:00
committed by GitHub
parent 7b51f15753
commit f72c13df62
2 changed files with 4 additions and 4 deletions

View File

@@ -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);