增加弹窗私信

This commit is contained in:
A1300399510
2024-05-23 17:24:23 +08:00
parent 84a96c1f85
commit e60e492d71
27 changed files with 180 additions and 169 deletions

View File

@@ -230,7 +230,12 @@ provide("getDetails", getDetails)
// 点击发送信息
const sendMessage = uin => {
redirectToExternalWebsite(`https://bbs.gter.net/home.php?mod=space&showmsg=1&uid=${uin}`)
// redirectToExternalWebsite(`https://bbs.gter.net/home.php?mod=space&showmsg=1&uid=${uin}`)
if (uin && typeof messagePrivateItem == "function") {
messagePrivateItem({ uin: uin })
return
} else redirectToExternalWebsite(`https://bbs.gter.net/home.php?mod=space&showmsg=1&uid=${uin}`)
}
// 点击ta的主页