Fix :修改任务持久化

This commit is contained in:
XOF
2025-11-29 01:49:35 +08:00
parent f6d53842a3
commit f7eda89cf5

View File

@@ -492,6 +492,8 @@ func checkTask(task *Task) {
task.LastCheck = now
mu.Unlock()
saveTasks()
if inStock && !wasInStock {
notify(task.Name + " 有货了!", task.URL)
}