perf: 支持公告功能

This commit is contained in:
xiaojunnuo
2026-01-07 17:54:18 +08:00
parent 14f99875fb
commit a79fe1f350
9 changed files with 42 additions and 10 deletions
@@ -695,7 +695,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
triggerType = null;
} else {
logger.info(`timer trigger:${key}, ${found.title}, ${JSON.stringify(found.props)}`);
triggerType = "timer";
triggerType = found.type || "timer";
}
}
return triggerType;
+1 -1
View File
@@ -7,7 +7,7 @@
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": false,
"sourceMap": true,
"inlineSourceMap": false,
"noImplicitThis": true,
"noUnusedLocals": true,