调整deviceinfo内部逻辑

This commit is contained in:
2025-09-22 14:36:05 +08:00
parent 8f290cf610
commit 81e3462f15
12 changed files with 174 additions and 512 deletions

View File

@@ -1,22 +1,17 @@
import html
import json
import os
import shlex
import re
import subprocess
import time
import xml.etree.ElementTree as ET
from pathlib import Path
import cv2
import numpy as np
import unicodedata
import wda
from Entity.Variables import WdaAppBundleId
from Utils.LogManager import LogManager
import xml.etree.ElementTree as ET
import re, html
from lxml import etree
from wda import Client
from Utils.LogManager import LogManager
# 工具类
class AiUtils(object):