fix: 协议

main
fadeaway 8 months ago
parent 96446c8452
commit 3086f2a75d

@ -141,7 +141,7 @@ export default function Home() {
<Link
className="block w-[fit-content] mt-[68px] ml-auto mr-auto"
href="http://weixin.qq.com/r/thLfx-3EHaBirbmk90ek"
href="https://weixin.qq.com/r/thLfx-3EHaBirbmk90ek"
target="_blank"
rel="noopener noreferrer"
>

@ -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() {},
};

Loading…
Cancel
Save