bat_manage

This commit is contained in:
z66
2025-08-22 17:31:14 +08:00
commit 92afcbd14f
6 changed files with 548 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"3.bat": {
"script": "3.bat",
"mode": "interval",
"interval": "1",
"unit": "hours"
},
"2.bat": {
"script": "2.bat",
"mode": "long-running"
},
"1.bat": {
"script": "1.bat",
"mode": "long-running"
}
}