mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
opt ui
fix report im msg Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user