Jinnrry 2 anni fa
parent
commit
d358812afb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -108,8 +108,8 @@ Open the `config/config.json` file in the running directory, edit the webPushUrl
   "weChatPushUserId": "", // weChat UserId
   "weChatPushUserId": "", // weChat UserId
   "tgChatId": "", // telegram chatid
   "tgChatId": "", // telegram chatid
   "tgBotToken": "", // telegram  token
   "tgBotToken": "", // telegram  token
-  "webPushUrl": "", // webhook 推送地址
-  "webPushToken": "", // webhook 推送 token
+  "webPushUrl": "", // webhook push URL
+  "webPushToken": "", // webhook push token
   "isInit": true // If false, it will enter the bootstrap process.
   "isInit": true // If false, it will enter the bootstrap process.
 }
 }
 ```
 ```