03 2024 档案
摘要:# coding: utf-8# import uiautomator2 as u2 import time from tqdm import tqdm from loguru import logger from ocr_test import OCR_UI2 class ClickTimeOut
阅读全文
摘要:# coding: utf-8# import uiautomator2 as u2 import time from tqdm import tqdm from loguru import logger def xpath是否存在(xpath,timeout=30): for index in r
阅读全文
摘要:# coding: utf-8# import uiautomator2 as u2 import time from tqdm import tqdm from loguru import logger from cnocr import CnOcr def calculate_centroid(
阅读全文
摘要:import requests from eth_account import Account import uuid import time def 获取钱包地址(): account = Account.create() private_key = account.key.hex() addre
阅读全文