From 6d9ef2bbc20cff94da7579697cdadf64438814bf Mon Sep 17 00:00:00 2001 From: BTMuli Date: Tue, 9 Sep 2025 14:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=AF=B9=E8=8F=B2=E6=9E=97?= =?UTF-8?q?=E6=96=AF=E5=90=8D=E7=89=87=E6=8D=A2=E8=A1=8C=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app/to-nameCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/app/to-nameCard.vue b/src/components/app/to-nameCard.vue index 9f36b5b8..1fce3b45 100644 --- a/src/components/app/to-nameCard.vue +++ b/src/components/app/to-nameCard.vue @@ -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) {