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; }