From 8761d828f987844d2d7e758e840ba644c2225f1d Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 17 Jul 2025 13:02:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=9C=E9=97=B4=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E7=B2=BE=E4=BF=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- open-isle-cli/src/components/CommentEditor.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/open-isle-cli/src/components/CommentEditor.vue b/open-isle-cli/src/components/CommentEditor.vue index 5def6d795..bd32119f5 100644 --- a/open-isle-cli/src/components/CommentEditor.vue +++ b/open-isle-cli/src/components/CommentEditor.vue @@ -54,9 +54,7 @@ export default { vditorInstance.value = new Vditor(props.editorId, { placeholder: '说点什么...', height: 120, - theme: 'classic', preview: { - theme: { current: 'light' }, actions: [], markdown: { toc: false } },