1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

fix(LibLogin): 修复优化验证码处理逻辑,避免无效请求。并完善手动输入验证码功能。

This commit is contained in:
2026-01-02 17:37:17 +08:00
parent e069efb2ea
commit 1b378e5aaa
2 changed files with 11 additions and 13 deletions
+1
View File
@@ -420,4 +420,5 @@ class ALMainWindow(QMainWindow, Ui_ALMainWindow):
if not msg:
return
self.showMsg(msg)
self.__input_queue.put(msg) # put message to input queue
self.MessageEdit.clear()