fix: 历史记录右侧空白

This commit is contained in:
orz12
2024-02-26 14:06:05 +08:00
parent 7c3b72c8cd
commit 71828bef14

View File

@@ -113,6 +113,7 @@ class HisListItem {
String? tagName;
int? liveStatus;
bool? checked;
void isFullScreen;
HisListItem.fromJson(Map<String, dynamic> json) {
title = json['title'];