添加后台进程修复等功能

This commit is contained in:
z66
2025-08-26 09:31:11 +08:00
parent 92afcbd14f
commit c0f7bef56a
3 changed files with 1383 additions and 342 deletions
+8 -6
View File
@@ -1,16 +1,18 @@
{
"3.bat": {
"script": "3.bat",
"mode": "interval",
"interval": "1",
"unit": "hours"
"interval": 1,
"unit": "minutes"
},
"2.bat": {
"script": "2.bat",
"mode": "long-running"
},
"1.bat": {
"script": "1.bat",
"mode": "long-running"
"mode": "single-run"
},
"[object Object]": {
"mode": "interval",
"interval": 1,
"unit": "minutes"
}
}