📌 📄 内容摘要:
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`" -...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/1117985/1 ─────────────────────────────
📢 来源:LINUX DO