diff --git a/.reasonix/desktop-topic-title-sources.json b/.reasonix/desktop-topic-title-sources.json index c2495bd..03a2435 100644 --- a/.reasonix/desktop-topic-title-sources.json +++ b/.reasonix/desktop-topic-title-sources.json @@ -34,5 +34,6 @@ "topic_20260707-084048_75f72710c486f3de": "auto", "topic_20260707-091519_dc062b2bfdf4249c": "auto", "topic_20260707-092315_b8c3939bfc696802": "auto", - "topic_20260707-092711_af706c3fcc7e435e": "auto" + "topic_20260707-092711_af706c3fcc7e435e": "auto", + "topic_20260707-095503_bf879b65e4666516": "auto" } \ No newline at end of file diff --git a/.reasonix/desktop-topic-titles.json b/.reasonix/desktop-topic-titles.json index 79160ad..e825128 100644 --- a/.reasonix/desktop-topic-titles.json +++ b/.reasonix/desktop-topic-titles.json @@ -34,5 +34,6 @@ "topic_20260707-084048_75f72710c486f3de": "在这个文件的区域的头部添加一行内容…", "topic_20260707-091519_dc062b2bfdf4249c": "关于App.vue里的toolabr…", "topic_20260707-092315_b8c3939bfc696802": "当我点击目录树切换显示文件的时候,右…", - "topic_20260707-092711_af706c3fcc7e435e": "帮我检查一下app.vue里的too…" + "topic_20260707-092711_af706c3fcc7e435e": "帮我检查一下app.vue里的too…", + "topic_20260707-095503_bf879b65e4666516": "帮我移除markdownEditor…" } \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 8ed863a..b97bc77 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ - - - - {{ props.placeholder }} - + + - - - - - - - - - - - - - - - - - - - + + ⚠ Markdown 解析错误 - + @@ -528,15 +293,4 @@ function onSplitScroll() { border-radius: 0.25rem; margin: 0.5em 0; } - -/* ── Block editing textarea ────────────────────────────────────── */ - -.block-editor-textarea { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; - min-height: 2em; - scrollbar-width: none; -} -.block-editor-textarea::-webkit-scrollbar { - display: none; -}