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