mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
mod: ui (#1521)
* mod: ui * fix: -400 * tweaks * update Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * tweak [skip ci] Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * tweak [skip ci] Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
16f577f3fd
commit
e44419e088
@@ -920,7 +920,10 @@ abstract class PiliScheme {
|
||||
return false;
|
||||
case 'audio':
|
||||
// https://www.bilibili.com/audio/au123456
|
||||
String? oid = RegExp(r'/au(\d+)').firstMatch(path)?.group(1);
|
||||
String? oid = RegExp(
|
||||
r'/au(\d+)',
|
||||
caseSensitive: false,
|
||||
).firstMatch(path)?.group(1);
|
||||
if (oid != null) {
|
||||
AudioPage.toAudioPage(
|
||||
itemType: 3,
|
||||
|
||||
Reference in New Issue
Block a user