This commit is contained in:
Cat Tom 2025-03-26 02:17:37 +08:00
parent f065e16c61
commit 24d389a74c

View File

@ -52,7 +52,7 @@ const props = defineProps({
color: "#07C160", color: "#07C160",
hoverColor: "#2DC100", hoverColor: "#2DC100",
ariaLabel: "扫描我的微信二维码", ariaLabel: "扫描我的微信二维码",
qrCode: new URL("./assets/wechat-qr.png", import.meta.url).href, qrCode: new URL("/assets/wechat-qr.png", import.meta.url).href,
}, },
], ],
validator: (platforms) => validator: (platforms) =>