💄 对菲林斯名片换行进行处理

This commit is contained in:
BTMuli
2025-09-09 14:17:12 +08:00
parent f330c586ab
commit 6d9ef2bbc2

View File

@@ -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) {