🐛 修复解析&渲染异常

This commit is contained in:
目棃
2024-08-26 12:47:03 +08:00
parent fe003d42da
commit f83576a689
2 changed files with 9 additions and 1 deletions

View File

@@ -257,6 +257,12 @@ function parseAnnoParagraph(
children: res,
};
}
if (child.tagName === "T") {
return {
insert: "",
children: parseAnnoNode(child),
};
}
return defaultRes;
}
const res: TGApp.Plugins.Mys.SctPost.Base = {