fix: 自动推送播放量解析错误

This commit is contained in:
orz12
2024-02-03 11:51:49 +08:00
committed by GitHub
parent 63d4dd50ac
commit edf9b37f6e

View File

@@ -341,7 +341,7 @@ class ChatItem extends StatelessWidget {
), ),
), ),
Text( Text(
Utils.timeFormat(int.parse(i['field3'])), i['field3'],
style: TextStyle( style: TextStyle(
letterSpacing: 0.6, letterSpacing: 0.6,
height: 1.5, height: 1.5,