mod: 推荐、最热、收藏增加日期显示

This commit is contained in:
guozhigq
2023-12-31 12:02:30 +08:00
parent 3c57854b23
commit 14aa8c4f36
3 changed files with 7 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class _HotPageState extends State<HotPage> with AutomaticKeepAliveClientMixin {
SliverChildBuilderDelegate((context, index) {
return VideoCardH(
videoItem: _hotController.videoList[index],
showPubdate: true,
longPress: () {
_hotController.popupDialog = _createPopupDialog(
_hotController.videoList[index]);