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

@@ -343,8 +343,8 @@ class _BangumiInfoState extends State<BangumiInfo>
child: Text(
bangumiIntroController
.isFollowed.value
? '追番'
: '追番',
? '${bangumiIntroController.type}'
: '${bangumiIntroController.type}',
),
),
),
@@ -632,10 +632,10 @@ class _BangumiInfoState extends State<BangumiInfo>
_followDialogItem(1, '想看'),
ListTile(
dense: true,
title: const Padding(
title: Padding(
padding: EdgeInsets.only(left: 10),
child: Text(
'取消追番',
'取消${bangumiIntroController.type}',
style: TextStyle(fontSize: 14),
),
),