修改翻译逻辑

This commit is contained in:
2025-10-28 18:25:55 +08:00
parent a233f19924
commit 2d61dce1ee
3 changed files with 1 additions and 2 deletions

View File

@@ -1308,9 +1308,8 @@ class ScriptManager():
if last_in is None:
LogManager.method_info(f"检测不到对方发送的最后一条消息,发送一条打招呼", "检测消息",
udid)
privateMessageList = ev.prologueList['yolo']
text = random.choice(privateMessageList)
text = last_out
if sel.exists:
sel.click() # 聚焦
event.wait(timeout=1)