feat: 夜间模式精修

This commit is contained in:
tim
2025-07-17 13:02:47 +08:00
parent 49a8ada0fb
commit 8761d828f9

View File

@@ -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 }
},