feat: home: cinema

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-10 10:33:58 +08:00
parent c9fe3c6485
commit 0ece0bd7fa
9 changed files with 76 additions and 29 deletions

View File

@@ -34,6 +34,8 @@ class BangumiIntroController extends CommonController {
? int.tryParse(Get.parameters['epId']!)
: null;
late dynamic type = Get.parameters['type'] == '1' ? '追番' : '追剧';
// 是否预渲染 骨架屏
bool preRender = false;