mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-02 00:58:19 +08:00
committed by
GitHub
parent
d4d9fc3405
commit
b3e2dcf2c5
@@ -87,9 +87,7 @@ Widget videoSeasonWidget(
|
||||
Colors.black54,
|
||||
],
|
||||
),
|
||||
borderRadius: BorderRadius.vertical(
|
||||
bottom: Style.imgRadius,
|
||||
),
|
||||
borderRadius: .vertical(bottom: Style.imgRadius),
|
||||
),
|
||||
child: DefaultTextStyle.merge(
|
||||
style: TextStyle(
|
||||
@@ -103,22 +101,16 @@ Widget videoSeasonWidget(
|
||||
DecoratedBox(
|
||||
decoration: const BoxDecoration(
|
||||
color: Colors.black45,
|
||||
borderRadius: BorderRadius.all(
|
||||
Radius.circular(4),
|
||||
),
|
||||
borderRadius: .all(.circular(4)),
|
||||
),
|
||||
child: Text(' $durationText '),
|
||||
),
|
||||
const SizedBox(width: 6),
|
||||
],
|
||||
if (video.stat case final stat?) ...[
|
||||
Text(
|
||||
'${NumUtils.numFormat(stat.play)}播放',
|
||||
),
|
||||
Text('${NumUtils.numFormat(stat.play)}播放'),
|
||||
const SizedBox(width: 6),
|
||||
Text(
|
||||
'${NumUtils.numFormat(stat.danmu)}弹幕',
|
||||
),
|
||||
Text('${NumUtils.numFormat(stat.danmu)}弹幕'),
|
||||
],
|
||||
const Spacer(),
|
||||
Image.asset(
|
||||
|
||||
Reference in New Issue
Block a user