mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
@@ -42,7 +42,7 @@ function getParsedData(data: TGApp.Plugins.Mys.SctPost.Base[]): TGApp.Plugins.My
|
||||
res.push(cur);
|
||||
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") {
|
||||
child.push(tp);
|
||||
cur = {
|
||||
|
||||
Reference in New Issue
Block a user