feat: match info

opt dateformat

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-15 20:12:57 +08:00
parent 25f4ed6636
commit a2c24fb33c
108 changed files with 1703 additions and 877 deletions

View File

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