基本实现完成GM API

This commit is contained in:
2025-04-12 02:05:10 +08:00
parent 5c0d4a2560
commit d697928fb0
20 changed files with 631 additions and 99 deletions

View File

@@ -206,7 +206,7 @@ export class Runtime {
} else {
this.cronJob.set(script.uuid, cronJobList);
}
return Promise.resolve(!flag);
return !flag;
}
crontabExec(script: ScriptRunResouce, oncePos: number) {