mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 15:16:15 +08:00
feat: match info
opt dateformat Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -802,6 +802,21 @@ class PiliScheme {
|
||||
}
|
||||
launchURL();
|
||||
return false;
|
||||
case 'match' || 'v':
|
||||
if (path.contains('match/data/detail') ||
|
||||
path.contains('match/singledata')) {
|
||||
String? cid = uriDigitRegExp.firstMatch(path)?.group(1);
|
||||
if (cid != null) {
|
||||
PageUtils.toDupNamed(
|
||||
'/matchInfo',
|
||||
parameters: {'cid': cid},
|
||||
off: off,
|
||||
);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
launchURL();
|
||||
return false;
|
||||
default:
|
||||
Map map = IdUtils.matchAvorBv(input: area?.split('?').first);
|
||||
if (map.isNotEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user