From 3086f2a75d9ae884751bff1420c5c234d86d5811 Mon Sep 17 00:00:00 2001 From: fadeaway Date: Sat, 30 Mar 2024 22:35:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 2 +- src/components/WXComponent/WXShareBtn.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88a34e7..f757926 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,7 +141,7 @@ export default function Home() { diff --git a/src/components/WXComponent/WXShareBtn.tsx b/src/components/WXComponent/WXShareBtn.tsx index 13483a1..cee557a 100644 --- a/src/components/WXComponent/WXShareBtn.tsx +++ b/src/components/WXComponent/WXShareBtn.tsx @@ -70,7 +70,7 @@ export default function WXShareBtn() { title: '雀乐', // 分享标题 link: `${origin}${pathname}${queryArr.length > 0 ? `?${queryArr.join('&')}` : ''}`, // 分享链接 desc: '一起记录独立音乐', // 分享描述 - imgUrl: 'http://cdn.indie.cn/share.png', // 分享图标 + imgUrl: 'https://cdn.indie.cn/share.png', // 分享图标 success() {}, cancel() {}, };