From ecd6b69eaffeee64fcfeee2470ef0056b4ef0894 Mon Sep 17 00:00:00 2001 From: Teror Fox Date: Sat, 22 Mar 2025 15:44:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(components):=20=E4=BF=AE=E6=AD=A3=20PushPlu?= =?UTF-8?q?s=20=E6=9C=8D=E5=8A=A1=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 NotificationDialog 组件中将 "PushPlusPlus" 更正为 "PushPlus" - 在 notifications/index.js 中将对应的键名从 "PushPlusPlus" 改为 "PushPlus" --- src/components/NotificationDialog.vue | 2 +- src/components/notifications/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index f208d540c..d883b54ef 100644 --- a/src/components/NotificationDialog.vue +++ b/src/components/NotificationDialog.vue @@ -182,7 +182,7 @@ export default { "SMSManager": "SmsManager (smsmanager.cz)", "WeCom": "WeCom (企业微信群机器人)", "ServerChan": "ServerChan (Server酱)", - "PushPlusPlus": "PushPlus(推送加)", + "PushPlus": "PushPlus(推送加)", "smsc": "SMSC", "WPush": "WPush(wpush.cn)", "YZJ": "YZJ (云之家自定义机器人)" diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js index 76c00f052..cbd6f2b68 100644 --- a/src/components/notifications/index.js +++ b/src/components/notifications/index.js @@ -117,7 +117,7 @@ const NotificationFormList = { "PushByTechulus": TechulusPush, "PushDeer": PushDeer, "pushover": Pushover, - "PushPlusPlus": PushPlus, + "PushPlus": PushPlus, "pushy": Pushy, "rocket.chat": RocketChat, "serwersms": SerwerSMS,