mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
@@ -42,7 +42,7 @@ function getParsedData(data: TGApp.Plugins.Mys.SctPost.Base[]): TGApp.Plugins.My
|
|||||||
res.push(cur);
|
res.push(cur);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
tp.insert = tp.insert.replace(/\r/g, "\n");
|
tp.insert = tp.insert.replace(/\r\n/g, "\n").replace(/\r/g, "\n");
|
||||||
if (tp.insert === "\n") {
|
if (tp.insert === "\n") {
|
||||||
child.push(tp);
|
child.push(tp);
|
||||||
cur = {
|
cur = {
|
||||||
|
|||||||
Reference in New Issue
Block a user