mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: save dyn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -439,6 +439,20 @@ class PiliScheme {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
case 'medialist':
|
||||
String? mediaId = uriDigitRegExp.firstMatch(path)?.group(1);
|
||||
if (mediaId != null) {
|
||||
Utils.toDupNamed(
|
||||
'/favDetail',
|
||||
parameters: {
|
||||
'mediaId': mediaId,
|
||||
'heroTag': Utils.makeHeroTag(mediaId),
|
||||
},
|
||||
off: off,
|
||||
);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
default:
|
||||
if (selfHandle.not) {
|
||||
debugPrint('$uri');
|
||||
|
||||
Reference in New Issue
Block a user