feat: 改进的状态指示

This commit is contained in:
Chenx Dust
2026-08-10 18:58:51 +08:00
parent 7303f18959
commit 62229ad781
14 changed files with 93 additions and 14 deletions

View File

@@ -21,6 +21,7 @@ bool recognizesCoreProtocol()
{"Please enter your SMS code:", CoreOutputEvent::SmsCode},
{"Please enter your TOTP code:", CoreOutputEvent::TotpCode},
{"Please enter the callback url:", CoreOutputEvent::SsoCallback},
{"VPN client started", CoreOutputEvent::ClientStarted},
{"graph check code still required after second login attempt", CoreOutputEvent::CaptchaFailed},
{"Access is denied.", CoreOutputEvent::AccessDenied},
{"listen failed on 127.0.0.1", CoreOutputEvent::ListenFailed},