基本功能实现和验证

This commit is contained in:
kushidou
2026-07-09 23:13:48 +08:00
parent 0d14a5de4e
commit 4d0db4c390
6 changed files with 1282 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# padsleep_adb 依赖
# 本程序仅使用 Python 标准库,无需额外安装第三方包。
# 系统依赖:adb (Android Debug Bridge)
# 安装: sudo apt-get install adb
#
# TUI 使用 cursesPython 标准库),
# 某些系统需要: sudo apt-get install python3-curses