fix

report im msg

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2026-01-07 11:05:16 +08:00
parent 5a0b045a1f
commit 9855b35b65
14 changed files with 343 additions and 199 deletions

View File

@@ -248,9 +248,9 @@ class ModuleDispute {
String? jumpUrl;
ModuleDispute.fromJson(Map<String, dynamic> json) {
title=json['title'];
desc=json['desc'];
jumpUrl=json['jump_url'];
title = json['title'];
desc = json['desc'];
jumpUrl = json['jump_url'];
}
}