From c71994a507a7154c677f2567a6cff943cbc16792 Mon Sep 17 00:00:00 2001 From: dolphin Date: Mon, 11 Aug 2025 23:38:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20sopmarkdown=E5=A2=9E=E5=8A=A0=E6=A0=87?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/client/src/style.css | 10 +++++----- src/frontend/platform/src/App.css | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/frontend/client/src/style.css b/src/frontend/client/src/style.css index af4da4b0a..0d78a1d16 100644 --- a/src/frontend/client/src/style.css +++ b/src/frontend/client/src/style.css @@ -2828,11 +2828,11 @@ button.scroll-convo { } .linsight-vditor .vditor-wysiwyg>.vditor-reset>h1:before, -.vditor-wysiwyg>.vditor-reset>h2:before, -.vditor-wysiwyg>.vditor-reset>h3:before, -.vditor-wysiwyg>.vditor-reset>h4:before, -.vditor-wysiwyg>.vditor-reset>h5:before, -.vditor-wysiwyg>.vditor-reset>h6:before, +.linsight-vditor .vditor-wysiwyg>.vditor-reset>h2:before, +.linsight-vditor .vditor-wysiwyg>.vditor-reset>h3:before, +.linsight-vditor .vditor-wysiwyg>.vditor-reset>h4:before, +.linsight-vditor .vditor-wysiwyg>.vditor-reset>h5:before, +.linsight-vditor .vditor-wysiwyg>.vditor-reset>h6:before, .vditor-wysiwyg div.vditor-wysiwyg__block:before, .vditor-wysiwyg div[data-type="link-ref-defs-block"]:before, .vditor-wysiwyg div[data-type="footnotes-block"]:before, diff --git a/src/frontend/platform/src/App.css b/src/frontend/platform/src/App.css index d6ede6644..06d250116 100644 --- a/src/frontend/platform/src/App.css +++ b/src/frontend/platform/src/App.css @@ -305,11 +305,11 @@ opacity: 0.8; } .linsight-vditor .vditor-wysiwyg>.vditor-reset>h1:before, -.vditor-wysiwyg>.vditor-reset>h2:before, -.vditor-wysiwyg>.vditor-reset>h3:before, -.vditor-wysiwyg>.vditor-reset>h4:before, -.vditor-wysiwyg>.vditor-reset>h5:before, -.vditor-wysiwyg>.vditor-reset>h6:before, +.linsight-vditor .vditor-wysiwyg>.vditor-reset>h2:before, +.linsight-vditor .vditor-wysiwyg>.vditor-reset>h3:before, +.linsight-vditor .vditor-wysiwyg>.vditor-reset>h4:before, +.linsight-vditor .vditor-wysiwyg>.vditor-reset>h5:before, +.linsight-vditor .vditor-wysiwyg>.vditor-reset>h6:before, .vditor-wysiwyg div.vditor-wysiwyg__block:before, .vditor-wysiwyg div[data-type="link-ref-defs-block"]:before, .vditor-wysiwyg div[data-type="footnotes-block"]:before,