show dyn pugv

Closes #1064

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-21 20:24:04 +08:00
parent ee142e5e1d
commit 824ee53025
6 changed files with 30 additions and 63 deletions

View File

@@ -73,11 +73,11 @@ class MemberAudioItem extends StatelessWidget {
children: [
StatWidget(
type: StatType.listen,
value: item.statistic?.play,
value: item.statistic!.play,
),
StatWidget(
type: StatType.reply,
value: item.statistic?.comment,
value: item.statistic!.comment,
),
],
),