mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 历史记录右侧空白
This commit is contained in:
@@ -113,6 +113,7 @@ class HisListItem {
|
||||
String? tagName;
|
||||
int? liveStatus;
|
||||
bool? checked;
|
||||
void isFullScreen;
|
||||
|
||||
HisListItem.fromJson(Map<String, dynamic> json) {
|
||||
title = json['title'];
|
||||
|
||||
Reference in New Issue
Block a user