mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-16 04:03:17 +08:00
💄 对菲林斯名片换行进行处理
This commit is contained in:
@@ -90,6 +90,7 @@ function parseDesc(desc: string, inQuote: boolean = false): string[] {
|
||||
res = res.replace(/…\n/g, "…\n");
|
||||
res = res.replace(/」/g, "」\n");
|
||||
}
|
||||
if (props?.data?.id === 210254) res = res.replace(/\n」/g, "」\n");
|
||||
const match = res.split("\n");
|
||||
let array: string[] = [];
|
||||
for (const item of match) {
|
||||
|
||||
Reference in New Issue
Block a user