From c7b8055cdcdf0c473be3cf6ba5a0775cdd8085d5 Mon Sep 17 00:00:00 2001 From: Teror Fox Date: Sat, 22 Mar 2025 13:41:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor(server):=20=E8=B0=83=E6=95=B4=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=9C=8D=E5=8A=A1=E9=A1=BA=E5=BA=8F=E5=B9=B6=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E9=87=8D=E5=A4=8D=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在通知服务列表中添加 PushPlusPlus 服务 - 移除重复的 PushPlusPlus 服务 - 优化通知服务的组织结构 --- server/notification.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/notification.js b/server/notification.js index 70b71b68b..6827df72f 100644 --- a/server/notification.js +++ b/server/notification.js @@ -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) {