Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-23 16:47:11 +08:00
parent 148e0872b4
commit 418a1e8d39
821 changed files with 29467 additions and 25520 deletions

View File

@@ -18,12 +18,12 @@ class PgcTriple {
});
factory PgcTriple.fromJson(Map<String, dynamic> json) => PgcTriple(
coin: json["coin"],
coinNumber: json["coin_number"],
favorite: json["favorite"],
fmid: json["fmid"],
follow: json["follow"],
like: json["like"],
relation: json["relation"],
);
coin: json["coin"],
coinNumber: json["coin_number"],
favorite: json["favorite"],
fmid: json["fmid"],
follow: json["follow"],
like: json["like"],
relation: json["relation"],
);
}

View File

@@ -18,12 +18,12 @@ class UgcTriple {
});
factory UgcTriple.fromJson(Map<String, dynamic> json) => UgcTriple(
like: json["like"],
coin: json["coin"],
fav: json["fav"],
multiply: json["multiply"],
isRisk: json["is_risk"],
gaiaResType: json["gaia_res_type"],
gaiaData: json["gaia_data"],
);
like: json["like"],
coin: json["coin"],
fav: json["fav"],
multiply: json["multiply"],
isRisk: json["is_risk"],
gaiaResType: json["gaia_res_type"],
gaiaData: json["gaia_data"],
);
}