加入封号处理

This commit is contained in:
ENC_Euphony
2025-08-15 20:37:30 +08:00
parent fe39495f2e
commit 54c45ff54b

View File

@@ -913,6 +913,10 @@ Retry:
Return {"Relogin", ""}
ElseIf Response.Contains("Account security interrupt") Then
MyMsgBox("该账号由于安全问题无法登陆,请前往微软账户页获取更多信息。", "登录失败", "我知道了", IsWarn:=True)
Throw New Exception("$$")
ElseIf Response.Contains("service abuse") Then
MyMsgBox("非常抱歉,该账号已被微软封禁,无法登录。", "登录失败", "我知道了", IsWarn:=True)
Throw New Exception("$$")
Else
Throw
End If