修复打包问题

This commit is contained in:
2025-10-23 18:53:22 +08:00
parent 2310333a60
commit 6cf4d9cb03
2188 changed files with 889511 additions and 170 deletions

View File

@@ -197,6 +197,9 @@ def tapAction():
body = request.get_json()
udid = body.get("udid")
client = wda.USBClient(udid, wdaFunctionPort)
print("-----------------------")
print(client)
print("-----------------------")
session = client.session()
session.appium_settings({"snapshotMaxDepth": 0})
x = body.get("x")
@@ -243,7 +246,7 @@ def longPressAction():
def growAccount():
body = request.get_json()
udid = body.get("udid")
Variables.commentList = body.get("comment")
# Variables.commentList = body.get("comment")
manager = ScriptManager()
event = threading.Event()
@@ -289,7 +292,7 @@ def passAnchorData():
# 主播列表
acList = data.get("anchorList", [])
Variables.commentList = data.get("comment")
# Variables.commentList = data.get("comment")
LogManager.info(f"[INFO] 获取数据: {idList} {acList}")