mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-15 11:51:04 +08:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"_api": "这是 Pushbot:钉钉 api 文件",
|
|
"_api": "【钉钉推送】",
|
|
|
|
"url": "\"https://oapi.dingtalk.com/robot/send?access_token=${dd_webhook}\"",
|
|
"data": "@${tempjsonpath}",
|
|
"content_type": "Content-Type:application/json",
|
|
"str_title_start": "**",
|
|
"str_title_end": "**",
|
|
"str_linefeed": "\\n\\n",
|
|
"str_splitline": "\\n\\n---\\n\\n",
|
|
"str_space": " ",
|
|
"str_tab": " ",
|
|
"table_tab": "<font color=#76CCFF>┋</font>",
|
|
"font_green": "<font color=#92D050>",
|
|
"font_green2": "<font color=#92D050>",
|
|
"font_red": "<font color=#FF6666>",
|
|
"font_blue": "<font color=#76CCFF>",
|
|
"font_purple": "<font color=#6A65FF>",
|
|
"font_end": "</font>",
|
|
"font_end2": "</font>",
|
|
"percentsym": "",
|
|
"boldstar": "**",
|
|
"type":
|
|
{
|
|
"msgtype": "\"markdown\"",
|
|
"markdown": {
|
|
"title": "\"${1}\"",
|
|
"text": "\"${str_title_start}${font_purple}${1}${font_end}${str_title_end}${str_linefeed}${nowtime}${str_linefeed}${2}${str_linefeed}${font_purple}${1}${font_end}\""
|
|
}
|
|
}
|
|
}
|