Merge remote-tracking branch 'upstream/main'

This commit is contained in:
orz12
2024-02-19 08:53:19 +08:00
10 changed files with 71 additions and 48 deletions

View File

@@ -142,7 +142,7 @@ class Stat {
Stat.fromJson(Map<String, dynamic> json) {
view = json["play"];
danmaku = json['comment'];
danmaku = json['video_review'];
}
}