diff --git a/sample/config.sample.sh b/sample/config.sample.sh index 0eb83220..ee9d6263 100644 --- a/sample/config.sample.sh +++ b/sample/config.sample.sh @@ -43,7 +43,7 @@ BotRepoUrl="" ## 通知环境变量 ## 1. Server酱 -## https://sct.ftqq.com +## https://sct.ftqq.com/r/13363 ## 下方填写 SCHKEY 值或 SendKey 值 export PUSH_KEY="" diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 699a76e5..f0d3aeba 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -349,7 +349,7 @@ "推送到个人QQ: http://127.0.0.1/send_private_msg,群:http://127.0.0.1/send_group_msg": "Push to personal QQ: http://127.0.0.1/send_private_msg, group: http://127.0.0.1/send_group_msg", "访问密钥": "Access Key", "如果GOBOT_URL设置 /send_private_msg 则需要填入 user_id=个人QQ 相反如果是 /send_group_msg 则需要填入 group_id=QQ群": "If GOBOT_URL is set to /send_private_msg, enter user_id=personal QQ; if set to /send_group_msg, enter group_id=QQ group", - "Server酱SENDKEY": "ServerChan SENDKEY", + "Server酱SENDKEY": "ServerChan SENDKEY, https://sct.ftqq.com/r/13363", "PushDeer的Key,https://github.com/easychen/pushdeer": "PushDeer Key, https://github.com/easychen/pushdeer", "PushDeer的自架API endpoint,默认是 https://api2.pushdeer.com/message/push": "PushDeer's self-hosted API endpoint, default is https://api2.pushdeer.com/message/push", "Bark的信息IP/设备码,例如:https://api.day.app/XXXXXXXX": "Bark information IP/device code, e.g., https://api.day.app/XXXXXXXX", diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index 0d618194..c7f67d6d 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -349,7 +349,7 @@ "推送到个人QQ: http://127.0.0.1/send_private_msg,群:http://127.0.0.1/send_group_msg": "推送到个人QQ: http://127.0.0.1/send_private_msg,群:http://127.0.0.1/send_group_msg", "访问密钥": "访问密钥", "如果GOBOT_URL设置 /send_private_msg 则需要填入 user_id=个人QQ 相反如果是 /send_group_msg 则需要填入 group_id=QQ群": "如果GOBOT_URL设置 /send_private_msg 则需要填入 user_id=个人QQ 相反如果是 /send_group_msg 则需要填入 group_id=QQ群", - "Server酱SENDKEY": "Server酱SENDKEY", + "Server酱SENDKEY": "Server 酱 SENDKEY,https://sct.ftqq.com/r/13363", "PushDeer的Key,https://github.com/easychen/pushdeer": "PushDeer的Key,https://github.com/easychen/pushdeer", "PushDeer的自架API endpoint,默认是 https://api2.pushdeer.com/message/push": "PushDeer的自架API endpoint,默认是 https://api2.pushdeer.com/message/push", "Bark的信息IP/设备码,例如:https://api.day.app/XXXXXXXX": "Bark的信息IP/设备码,例如:https://api.day.app/XXXXXXXX",