From be3d49566dc793025252017dbe989a4e6edb5126 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 8 Dec 2023 16:58:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E6=8F=92=E5=85=A5=20obj?= =?UTF-8?q?=EF=BC=8C=E8=87=AA=E5=8A=A8=E8=BD=AC=E4=B8=BA=20unknown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/t-post.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/t-post.vue b/src/views/t-post.vue index 6febc9ae..1492ec47 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -219,7 +219,7 @@ function parseContent(content: string): string { default: console.warn(`[MysPostParser] Unknown key: ${key}`); result.push({ - insert: JSON.stringify(data[key]), + insert: data[key], }); break; }