This commit is contained in:
lpf
2026-02-26 12:26:04 +08:00
parent 2615a6b196
commit dea7f361f2
9 changed files with 321 additions and 268 deletions

View File

@@ -5,8 +5,6 @@ export type CronJob = {
id: string;
name: string;
enabled: boolean;
kind?: string;
everyMs?: number;
expr?: string;
message?: string;
deliver?: boolean;