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) {
|
for (var pathSegment in pathPart) {
|
||||||
if (pathSegment.startsWith('ss')) {
|
if (pathSegment.startsWith('ss')) {
|
||||||
bangumiPush(matchNum(pathSegment).first, null);
|
bangumiPush(matchNum(pathSegment).first, null);
|
||||||
break;
|
return;
|
||||||
} else if (pathSegment.startsWith('ep')) {
|
} else if (pathSegment.startsWith('ep')) {
|
||||||
bangumiPush(null, matchNum(pathSegment).first);
|
bangumiPush(null, matchNum(pathSegment).first);
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Utils.handleWebview(value.toString());
|
||||||
break;
|
break;
|
||||||
case 'video':
|
case 'video':
|
||||||
debugPrint('投稿');
|
debugPrint('投稿');
|
||||||
|
|||||||
Reference in New Issue
Block a user