修改翻译逻辑
This commit is contained in:
BIN
resources/e5ab9d3c548302dca3b1383589ac43eedd41f24e/bgv.png
Normal file
BIN
resources/e5ab9d3c548302dca3b1383589ac43eedd41f24e/bgv.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 796 KiB |
@@ -1308,7 +1308,9 @@ class ScriptManager():
|
|||||||
if last_in is None:
|
if last_in is None:
|
||||||
LogManager.method_info(f"检测不到对方发送的最后一条消息,发送一条打招呼", "检测消息",
|
LogManager.method_info(f"检测不到对方发送的最后一条消息,发送一条打招呼", "检测消息",
|
||||||
udid)
|
udid)
|
||||||
text = random.choice(ev.prologueList)
|
privateMessageList = ev.prologueList['yolo']
|
||||||
|
|
||||||
|
text = random.choice(privateMessageList)
|
||||||
if sel.exists:
|
if sel.exists:
|
||||||
sel.click() # 聚焦
|
sel.click() # 聚焦
|
||||||
event.wait(timeout=1)
|
event.wait(timeout=1)
|
||||||
|
|||||||
Reference in New Issue
Block a user