upgrade deps

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-23 17:56:26 +08:00
parent 70b55e5fdd
commit 0b495f100f
9 changed files with 68 additions and 57 deletions

View File

@@ -498,7 +498,7 @@ class Stat {
Stat.fromJson(Map<String, dynamic> json) {
aid = json["aid"];
view = json["view"];
view = json["view"] == -1 ? 0 : json["view"];
danmaku = json["danmaku"];
reply = json["reply"];
favorite = json["favorite"];