mod: 用户投稿显示弹幕数

This commit is contained in:
guozhigq
2024-02-04 00:32:01 +08:00
parent 3de009ac43
commit 5f92a0c293

View File

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