mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 00:56:31 +08:00
opt dyn badge
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1165,7 +1165,7 @@ class Badge {
|
||||
String? text;
|
||||
|
||||
Badge.fromJson(Map<String, dynamic> json) {
|
||||
text = json['text'];
|
||||
text = json['text'] == '投稿视频' ? null : json['text'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user