Skip to content

Commit

Permalink
fix: 历史记录右侧空白
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Feb 26, 2024
1 parent 7c3b72c commit 71828be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/models/user/history.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class HisListItem {
String? tagName;
int? liveStatus;
bool? checked;
void isFullScreen;

HisListItem.fromJson(Map<String, dynamic> json) {
title = json['title'];
Expand Down

0 comments on commit 71828be

Please sign in to comment.