mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 23:46:39 -04:00
fix(components): 修正 PushPlus 服务名称
- 在 NotificationDialog 组件中将 "PushPlusPlus" 更正为 "PushPlus" - 在 notifications/index.js 中将对应的键名从 "PushPlusPlus" 改为 "PushPlus"
This commit is contained in:
parent
387c31b488
commit
ecd6b69eaf
@ -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 (云之家自定义机器人)"
|
||||
|
@ -117,7 +117,7 @@ const NotificationFormList = {
|
||||
"PushByTechulus": TechulusPush,
|
||||
"PushDeer": PushDeer,
|
||||
"pushover": Pushover,
|
||||
"PushPlusPlus": PushPlus,
|
||||
"PushPlus": PushPlus,
|
||||
"pushy": Pushy,
|
||||
"rocket.chat": RocketChat,
|
||||
"serwersms": SerwerSMS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user