fix(components): 修正 PushPlus 服务名称

- 在 NotificationDialog 组件中将 "PushPlusPlus" 更正为 "PushPlus"
- 在 notifications/index.js 中将对应的键名从 "PushPlusPlus" 改为 "PushPlus"
This commit is contained in:
Teror Fox 2025-03-22 15:44:29 +08:00
parent 387c31b488
commit ecd6b69eaf
No known key found for this signature in database
GPG Key ID: 82B1E8A0C5C0BAEA
2 changed files with 2 additions and 2 deletions

View File

@ -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 (云之家自定义机器人)"

View File

@ -117,7 +117,7 @@ const NotificationFormList = {
"PushByTechulus": TechulusPush,
"PushDeer": PushDeer,
"pushover": Pushover,
"PushPlusPlus": PushPlus,
"PushPlus": PushPlus,
"pushy": Pushy,
"rocket.chat": RocketChat,
"serwersms": SerwerSMS,