mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: pgc type
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -34,7 +34,10 @@ class BangumiIntroController extends CommonController {
|
|||||||
? int.tryParse(Get.parameters['epId']!)
|
? int.tryParse(Get.parameters['epId']!)
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
late dynamic type = Get.parameters['type'] == '1' ? '追番' : '追剧';
|
late dynamic type =
|
||||||
|
Get.parameters['type'] == '1' || Get.parameters['type'] == '4'
|
||||||
|
? '追番'
|
||||||
|
: '追剧';
|
||||||
|
|
||||||
// 是否预渲染 骨架屏
|
// 是否预渲染 骨架屏
|
||||||
bool preRender = false;
|
bool preRender = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user