shawenguan 2 лет назад
Родитель
Сommit
56ae60c518
1 измененных файлов с 22 добавлено и 1 удалено
  1. 22 1
      BoxJsSub/JoJo_BoxJs.json

+ 22 - 1
BoxJsSub/JoJo_BoxJs.json

@@ -40,13 +40,34 @@
             ],
             "settings": [
                 {
-                  "id": "@gandart.isNotify",
+                  "id": "lkIsEnableLogGandartHelperCheckIn",
+                  "name": "开启/关闭日志",
+                  "val": true,
+                  "type": "boolean",
+                  "desc": "默认开启"
+                },
+                {
+                  "id": "lkNotifyOnlyFailGandartHelperCheckIn",
+                  "name": "只当执行失败才通知",
+                  "val": false,
+                  "type": "boolean",
+                  "desc": "默认关闭"
+                },
+                {
+                  "id": "lkIsEnableTgNotifyGandartHelperCheckIn",
                   "name": "开启/关闭Telegram通知",
                   "val": false,
                   "type": "boolean",
                   "desc": "默认关闭"
                 },
                 {
+                  "id": "lkTgNotifyUrlGandartHelperCheckIn",
+                  "name": "Telegram通知地址",
+                  "val": "",
+                  "type": "text",
+                  "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
+                },
+                {
                   "id": "@gandart.token",
                   "name": "token",
                   "val": "",