refactor: huawei

This commit is contained in:
xiaojunnuo
2023-05-09 14:11:01 +08:00
parent f489c59ca3
commit 8c152371a1
6 changed files with 29 additions and 20 deletions
@@ -7,7 +7,7 @@ function generateId() {
}
export const pipeline: Pipeline = {
version: 1,
id: "3",
id: "huawei.test",
title: "华为管道测试",
userId: 1,
triggers: [],
@@ -7,7 +7,7 @@ function generateId() {
}
export const pipeline: Pipeline = {
version: 1,
id: generateId(),
id: "aliyun.test",
title: "测试管道",
userId: 1,
triggers: [],