Skip to content

Commit

Permalink
#13 revert lowking.boxjs.json for github monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
lowking committed Sep 11, 2021
1 parent 9cd6eb9 commit d44bde4
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions lowking.boxjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,34 +354,6 @@
"lkGithubMonitorToken"
],
"settings": [
{
"id": "lkIsEnableLogGithubMonitorPushTg",
"name": "开启/关闭日志",
"val": true,
"type": "boolean",
"desc": "默认开启"
},
{
"id": "lkNotifyOnlyFailGithubMonitorPushTg",
"name": "只当执行失败才通知",
"val": false,
"type": "boolean",
"desc": "默认关闭"
},
{
"id": "lkIsEnableTgNotifyGithubMonitorPushTg",
"name": "开启/关闭Telegram通知",
"val": false,
"type": "boolean",
"desc": "默认关闭"
},
{
"id": "lkTgNotifyUrlGithubMonitorPushTg",
"name": "Telegram通知地址",
"val": "",
"type": "text",
"desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
},
{
"id": "lkGithubMonitorRepo",
"name": "仓库地址",
Expand All @@ -397,6 +369,13 @@
"val": "784a03feb07989d3339dfa41c7eb41777436cbfa",
"type": "text",
"desc": "Github Token"
},
{
"id": "lkGithubMonitorTgNotifyUrl",
"name": "Tg的通知地址",
"val": "",
"type": "text",
"desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
}
],
"author": "@Peng-YM, @lowking",
Expand Down

0 comments on commit d44bde4

Please sign in to comment.