# 无限循环 while ($true) { # 模拟点击 (200, 900) adb shell input tap 200 900 Write-Host "Waiting for 5 seconds..." Start-Sleep -Seconds 5 # 再次模拟点击 (200, 900) adb shell input tap 200 900 Write-Host "Waiting for 15 seconds..." Start-Sleep -Seconds 15 }