F-Droid 在 写了个自动更新360壁纸PS脚本 中发帖
# 设置Windows定时任务
param(
[string]$ScriptPath = "$PSScriptRoot\update-wallpaper.ps1",
[string]$TaskName = "AutoUpdateWallpaper",
[string]$ApiUrl = "https://your-worker.workers.dev",
[string]$Category = "",
[string]$Interval = "1Hour"
)
$action = New-ScheduledTaskAction -Execute "PowerShell.exe" -Argument "-NoProfile -WindowStyle Hidden -File `"$ScriptPath`" -ApiUrl `"$ApiUrl`" -...