Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-19 14:44:49 +08:00
parent 9b8d4a62fa
commit 3bfb0db307
11 changed files with 85 additions and 67 deletions

View File

@@ -1220,6 +1220,7 @@ class RichTextNodeItem {
String? type;
String? rid;
List<OpusPicModel>? pics;
List<OpusPicModel>? dynPic;
String? jumpUrl;
RichTextNodeItem.fromJson(Map<String, dynamic> json) {