mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Merge pull request #854 from 634750802/patch-1
Add a status prefix for feishu notification's title
This commit is contained in:
commit
82cde7c847
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ class Feishu extends NotificationProvider {
|
|||
content: {
|
||||
post: {
|
||||
zh_cn: {
|
||||
title: "UptimeKuma Alert: " + monitorJSON["name"],
|
||||
title: "UptimeKuma Alert: [Down] " + monitorJSON["name"],
|
||||
content: [
|
||||
[
|
||||
{
|
||||
|
@ -54,7 +54,7 @@ class Feishu extends NotificationProvider {
|
|||
content: {
|
||||
post: {
|
||||
zh_cn: {
|
||||
title: "UptimeKuma Alert: " + monitorJSON["name"],
|
||||
title: "UptimeKuma Alert: [Up] " + monitorJSON["name"],
|
||||
content: [
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue