mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-22 19:08:00 +02:00
Add files via upload
This commit is contained in:
@@ -170,6 +170,9 @@ function showWechatBoundUI(wechat) {
|
||||
if (btn) {
|
||||
btn.textContent = wechatT('settings.robots.wechat.rebindButton', '重新绑定');
|
||||
}
|
||||
if (typeof refreshRobotManager === 'function') {
|
||||
refreshRobotManager();
|
||||
}
|
||||
}
|
||||
|
||||
function escapeHtml(text) {
|
||||
@@ -342,6 +345,9 @@ async function pollWechatBindStatus() {
|
||||
bound: true
|
||||
});
|
||||
}
|
||||
if (typeof refreshRobotManager === 'function') {
|
||||
refreshRobotManager();
|
||||
}
|
||||
return;
|
||||
case 'need_verifycode':
|
||||
updateWechatSteps('scan');
|
||||
@@ -405,5 +411,8 @@ function refreshWechatRobotBoundUI(wechat) {
|
||||
if (btn) {
|
||||
btn.textContent = wechatT('settings.robots.wechat.bindButton', '生成二维码并绑定');
|
||||
}
|
||||
if (typeof refreshRobotManager === 'function') {
|
||||
refreshRobotManager();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user