mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
🐛 修正参数
This commit is contained in:
@@ -75,7 +75,7 @@ function getParsedData(data: TGApp.Plugins.Mys.SctPost.Base[]): TGApp.Plugins.My
|
|||||||
child = [];
|
child = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (check !== parsedText.length - 1 && child.length > 0) res.push(...child);
|
if (check !== parsedText.length - 1 && child.length > 1) res.push(...child);
|
||||||
}
|
}
|
||||||
if (res.length === 0 && child.length > 0) res.push(...child);
|
if (res.length === 0 && child.length > 0) res.push(...child);
|
||||||
return res;
|
return res;
|
||||||
|
|||||||
Reference in New Issue
Block a user