* 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:
My-Responsitories
2025-10-12 12:12:44 +08:00
committed by GitHub
parent 16f577f3fd
commit e44419e088
7 changed files with 194 additions and 191 deletions

View File

@@ -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,