- 移除 subprocess.run 调用,改用 adbutils 实现持久连接 - 添加 adbutils>=2.12.0 到 requirements.txt - 更新 .gitignore 添加 Python 包相关条目 - 保持原有公共接口不变,确保兼容性
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
# padsleep_adb 依赖
|
||
adbutils>=2.12.0
|
||
|
||
# 系统依赖:adb (Android Debug Bridge)
|
||
# 安装: sudo apt-get install adb
|
||
#
|
||
# TUI 使用 curses(Python 标准库),
|
||
# 某些系统需要: sudo apt-get install python3-curses
|