From 48107d8e186d6888d0684d53e33b55372dfb79df Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 2 Jul 2026 10:58:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(assets):=20=E8=AF=84=E8=AE=BA=E5=8C=BA?= =?UTF-8?q?=E4=B8=8E=E5=90=8E=E5=8F=B0=E7=BC=96=E8=BE=91=E5=99=A8=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E6=8D=A2=E7=94=A8=20xiantiaoxiaogou=5Finput?= =?UTF-8?q?=5Fbg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/comments/form.rs | 2 +- src/pages/admin/write.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/comments/form.rs b/src/components/comments/form.rs index 53afd1e..8c5977b 100644 --- a/src/components/comments/form.rs +++ b/src/components/comments/form.rs @@ -156,7 +156,7 @@ pub fn CommentForm(post_id: i32, parent_id: Option, parent_indent: Option) -> Element { class: "relative group flex-1 min-h-0 w-full border border-[var(--color-paper-border)] rounded-xl overflow-hidden bg-[var(--color-paper-entry)] shadow-[0_2px_8px_rgba(0,0,0,0.04)] dark:shadow-none", id: "tiptap-editor", img { - src: "/images/xiantiaoxiaogou_03.webp", + src: "/images/xiantiaoxiaogou_input_bg.webp", alt: "", class: "absolute bottom-1.5 right-1.5 opacity-60 group-focus-within:opacity-10 transition-opacity duration-300 pointer-events-none z-0", }