From a0db85f1f280aff6eb5a97e069f4801b887e9329 Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Sat, 18 Jul 2026 22:06:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20astro=20=E6=B3=A8=E9=87=8A=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BackTop.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BackTop.astro b/src/components/BackTop.astro index f3c35a2..f8a9a53 100644 --- a/src/components/BackTop.astro +++ b/src/components/BackTop.astro @@ -1,5 +1,5 @@ --- - +// 后面的 ?url 是 一个导入查询(import query),表示:不要把 SVG 当作组件或源码处理,而是返回这个资源的 URL 字符串。 import backTopIcon from "@/assets/icon/back-top.svg?url"; ---