mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: push bangumi
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -355,12 +355,13 @@ class PiliScheme {
|
||||
for (var pathSegment in pathPart) {
|
||||
if (pathSegment.startsWith('ss')) {
|
||||
bangumiPush(matchNum(pathSegment).first, null);
|
||||
break;
|
||||
return;
|
||||
} else if (pathSegment.startsWith('ep')) {
|
||||
bangumiPush(null, matchNum(pathSegment).first);
|
||||
break;
|
||||
return;
|
||||
}
|
||||
}
|
||||
Utils.handleWebview(value.toString());
|
||||
break;
|
||||
case 'video':
|
||||
debugPrint('投稿');
|
||||
|
||||
Reference in New Issue
Block a user