mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
fix(components): 修正 PushPlus 服务名称
- 在 NotificationDialog 组件中将 "PushPlusPlus" 更正为 "PushPlus" - 在 notifications/index.js 中将对应的键名从 "PushPlusPlus" 改为 "PushPlus"
This commit is contained in:
parent
387c31b488
commit
ecd6b69eaf
2 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ export default {
|
||||||
"SMSManager": "SmsManager (smsmanager.cz)",
|
"SMSManager": "SmsManager (smsmanager.cz)",
|
||||||
"WeCom": "WeCom (企业微信群机器人)",
|
"WeCom": "WeCom (企业微信群机器人)",
|
||||||
"ServerChan": "ServerChan (Server酱)",
|
"ServerChan": "ServerChan (Server酱)",
|
||||||
"PushPlusPlus": "PushPlus(推送加)",
|
"PushPlus": "PushPlus(推送加)",
|
||||||
"smsc": "SMSC",
|
"smsc": "SMSC",
|
||||||
"WPush": "WPush(wpush.cn)",
|
"WPush": "WPush(wpush.cn)",
|
||||||
"YZJ": "YZJ (云之家自定义机器人)"
|
"YZJ": "YZJ (云之家自定义机器人)"
|
||||||
|
|
|
@ -117,7 +117,7 @@ const NotificationFormList = {
|
||||||
"PushByTechulus": TechulusPush,
|
"PushByTechulus": TechulusPush,
|
||||||
"PushDeer": PushDeer,
|
"PushDeer": PushDeer,
|
||||||
"pushover": Pushover,
|
"pushover": Pushover,
|
||||||
"PushPlusPlus": PushPlus,
|
"PushPlus": PushPlus,
|
||||||
"pushy": Pushy,
|
"pushy": Pushy,
|
||||||
"rocket.chat": RocketChat,
|
"rocket.chat": RocketChat,
|
||||||
"serwersms": SerwerSMS,
|
"serwersms": SerwerSMS,
|
||||||
|
|
Loading…
Add table
Reference in a new issue