mod: @用户渲染、jumpUrl渲染

This commit is contained in:
guozhigq
2023-04-27 13:54:55 +08:00
parent 0ec926839c
commit 0aba791e2c
3 changed files with 80 additions and 109 deletions

View File

@ -20,7 +20,7 @@ class ReplyContent {
atNameToMid = json['at_name_to_mid'] ?? {};
memebers = json['memebers'] ?? [];
emote = json['emote'] ?? {};
jumpUrl = json['jumpUrl'] ?? {};
jumpUrl = json['jump_url'] ?? {};
pictures = json['pictures'] ?? [];
}
}