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;
|
String? tagName;
|
||||||
int? liveStatus;
|
int? liveStatus;
|
||||||
bool? checked;
|
bool? checked;
|
||||||
|
void isFullScreen;
|
||||||
|
|
||||||
HisListItem.fromJson(Map<String, dynamic> json) {
|
HisListItem.fromJson(Map<String, dynamic> json) {
|
||||||
title = json['title'];
|
title = json['title'];
|
||||||
|
|||||||
Reference in New Issue
Block a user