v2
xiaojunnuo 2025-07-14 23:26:54 +08:00
parent 61ba83c775
commit 9fd95e6a1e
1 changed files with 3 additions and 1 deletions

View File

@ -893,7 +893,9 @@ export class PipelineService extends BaseService<PipelineEntity> {
{
id: nanoid(),
title: "定时触发",
cron: randomCron,
props:{
cron: randomCron,
},
type: "cron"
}
],