config: 更新域名为 soul.quwanzhi.com

This commit is contained in:
卡若
2026-01-23 05:47:09 +08:00
parent 0a5d470fef
commit e869974341
4 changed files with 4 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ Page({
// 复制邀请链接
copyLink() {
const link = `https://soul.ckb.fit/?ref=${this.data.referralCode}`
const link = `https://soul.quwanzhi.com/?ref=${this.data.referralCode}`
wx.setClipboardData({
data: link,
success: () => wx.showToast({ title: '链接已复制', icon: 'success' })