> content;
}
diff --git a/web-app/src/app/routes/alert/alert-notice/alert-notice.component.html b/web-app/src/app/routes/alert/alert-notice/alert-notice.component.html
index d0f0fab..fe11175 100644
--- a/web-app/src/app/routes/alert/alert-notice/alert-notice.component.html
+++ b/web-app/src/app/routes/alert/alert-notice/alert-notice.component.html
@@ -64,6 +64,10 @@
企业微信机器人
+
+
+ 飞书机器人
+
|
{{ data.phone }}
@@ -71,6 +75,7 @@
{{ data.hookUrl }}
{{ data.wechatId }}
{{ data.wechatId }}
+ {{ data.wechatId }}
|
{{ data.gmtUpdate ? data.gmtUpdate : data.gmtCreate }} |
@@ -176,6 +181,7 @@
+
@@ -217,6 +223,12 @@
+
+ 飞书机器人KEY
+
+
+
+
diff --git a/web-app/src/app/routes/alert/alert-notice/alert-notice.component.ts b/web-app/src/app/routes/alert/alert-notice/alert-notice.component.ts
index 6ecca0a..862bfea 100644
--- a/web-app/src/app/routes/alert/alert-notice/alert-notice.component.ts
+++ b/web-app/src/app/routes/alert/alert-notice/alert-notice.component.ts
@@ -260,7 +260,11 @@ export class AlertNoticeComponent implements OnInit {
label = `${label}WeChat`;
break;
case 4:
- label = `${label}WeWorkRobot`;
+ label = `${label}WeWork`;
+ break;
+ case 6:
+ label = `${label}FeiShu`;
+ break;
}
this.receiversOption.push({
value: item.id,
|