opt dyn badge

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-31 17:56:29 +08:00
parent b990f9cf87
commit 6147df2030
6 changed files with 49 additions and 19 deletions

View File

@@ -1165,7 +1165,7 @@ class Badge {
String? text;
Badge.fromJson(Map<String, dynamic> json) {
text = json['text'];
text = json['text'] == '投稿视频' ? null : json['text'];
}
}