mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🐛 修复解析&渲染异常
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user