Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-27 20:54:41 +08:00
parent 25acf3a9bb
commit b51c646415
227 changed files with 768 additions and 764 deletions

View File

@@ -50,7 +50,7 @@ TextSpan? richNode(
if (richTextNodes == null || richTextNodes.isEmpty) {
return null;
} else {
for (var i in richTextNodes) {
for (final i in richTextNodes) {
switch (i.type) {
case 'RICH_TEXT_NODE_TYPE_TEXT':
spanChildren.add(
@@ -289,7 +289,7 @@ TextSpan? richNode(
DynamicsHttp.dynPic(i.rid).then((res) {
if (res.isSuccess) {
var list = res.data;
final list = res.data;
if (Platform.isAndroid) {
i.pics = list;
} else {