diff --git a/resources/e5ab9d3c548302dca3b1383589ac43eedd41f24e/bgv.png b/resources/e5ab9d3c548302dca3b1383589ac43eedd41f24e/bgv.png new file mode 100644 index 0000000..6baed80 Binary files /dev/null and b/resources/e5ab9d3c548302dca3b1383589ac43eedd41f24e/bgv.png differ diff --git a/resources/e5ab9d3c548302dca3b1383589ac43eedd41f24e/bgv_comment.png b/resources/e5ab9d3c548302dca3b1383589ac43eedd41f24e/bgv_comment.png new file mode 100644 index 0000000..6547627 Binary files /dev/null and b/resources/e5ab9d3c548302dca3b1383589ac43eedd41f24e/bgv_comment.png differ diff --git a/script/ScriptManager.py b/script/ScriptManager.py index 8bf963f..eec8c67 100644 --- a/script/ScriptManager.py +++ b/script/ScriptManager.py @@ -1308,7 +1308,9 @@ class ScriptManager(): if last_in is None: LogManager.method_info(f"检测不到对方发送的最后一条消息,发送一条打招呼", "检测消息", udid) - text = random.choice(ev.prologueList) + privateMessageList = ev.prologueList['yolo'] + + text = random.choice(privateMessageList) if sel.exists: sel.click() # 聚焦 event.wait(timeout=1)