opt: resCode, post panel

fix: bangumi panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-25 20:47:05 +08:00
parent bae395c5d0
commit 2fc4760269
12 changed files with 329 additions and 404 deletions

View File

@@ -76,7 +76,7 @@ class _BangumiIntroPanelState extends State<BangumiIntroPanel>
bangumiDetail: null,
cid: cid,
showEpisodes: widget.showEpisodes,
showIntroDetail: widget.showIntroDetail,
showIntroDetail: () {},
),
Success() => BangumiInfo(
heroTag: widget.heroTag,

View File

@@ -49,7 +49,7 @@ class IntroDetail extends StatelessWidget {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
SelectableText(
bangumiDetail!.title,
style: const TextStyle(
fontSize: 16,
@@ -97,7 +97,7 @@ class IntroDetail extends StatelessWidget {
style: Theme.of(context).textTheme.titleMedium,
),
const SizedBox(height: 4),
Text(
SelectableText(
'${bangumiDetail!.evaluate!}',
style: smallTitle.copyWith(fontSize: 13),
),
@@ -107,7 +107,7 @@ class IntroDetail extends StatelessWidget {
style: Theme.of(context).textTheme.titleMedium,
),
const SizedBox(height: 4),
Text(
SelectableText(
bangumiDetail.actors,
style: smallTitle.copyWith(fontSize: 13),
),