mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
fix: update Feishu notification provider configuration
This commit is contained in:
parent
4e63d00007
commit
30bf7a5e23
|
@ -28,7 +28,7 @@ class Feishu extends NotificationProvider {
|
|||
msg_type: "interactive",
|
||||
card: {
|
||||
config: {
|
||||
update_multi: true,
|
||||
update_multi: false,
|
||||
wide_screen_mode: true,
|
||||
},
|
||||
header: {
|
||||
|
@ -58,7 +58,7 @@ class Feishu extends NotificationProvider {
|
|||
msg_type: "interactive",
|
||||
card: {
|
||||
config: {
|
||||
update_multi: true,
|
||||
update_multi: false,
|
||||
wide_screen_mode: true,
|
||||
},
|
||||
header: {
|
||||
|
|
Loading…
Reference in a new issue