fix: app端推荐屏蔽时间显示,播放量与弹幕组件改为动态类型

This commit is contained in:
orz12
2024-01-20 21:43:01 +08:00
parent 932be48125
commit 23c8b34189
3 changed files with 17 additions and 15 deletions

View File

@ -3,7 +3,7 @@ import 'package:pilipala/utils/utils.dart';
class StatDanMu extends StatelessWidget {
final String? theme;
final int? danmu;
final dynamic danmu;
final String? size;
const StatDanMu({Key? key, this.theme, this.danmu, this.size})