基本功能实现和验证

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
+11
View File
@@ -0,0 +1,11 @@
{
"screen_on_periods": [
{ "start": "06:40", "end": "7:30" },
{ "start": "19:00", "end": "19:05" },
{ "start": "23:00", "end": "23:05" }
],
"check_interval_seconds": 30,
"auto_sleep_delay_minutes": 1,
"adb_device_serial": "",
"adb_path": "adb"
}