mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 03:42:55 +08:00
refactor(server): 调整通知服务顺序并移除重复项
- 在通知服务列表中添加 PushPlusPlus 服务 - 移除重复的 PushPlusPlus 服务 - 优化通知服务的组织结构
This commit is contained in:
@@ -129,6 +129,7 @@ class Notification {
|
||||
new Pushbullet(),
|
||||
new PushDeer(),
|
||||
new Pushover(),
|
||||
new PushPlusPlus(),
|
||||
new Pushy(),
|
||||
new RocketChat(),
|
||||
new ServerChan(),
|
||||
@@ -159,8 +160,7 @@ class Notification {
|
||||
new Cellsynt(),
|
||||
new Wpush(),
|
||||
new SendGrid(),
|
||||
new YZJ(),
|
||||
new PushPlusPlus()
|
||||
new YZJ()
|
||||
];
|
||||
for (let item of list) {
|
||||
if (! item.name) {
|
||||
|
Reference in New Issue
Block a user