diff --git a/script/ScriptManager.py b/script/ScriptManager.py index 8bf963f..2029ff4 100644 --- a/script/ScriptManager.py +++ b/script/ScriptManager.py @@ -1308,7 +1308,8 @@ class ScriptManager(): if last_in is None: LogManager.method_info(f"检测不到对方发送的最后一条消息,发送一条打招呼", "检测消息", udid) - text = random.choice(ev.prologueList) + + text = last_out if sel.exists: sel.click() # 聚焦 event.wait(timeout=1)