admin_backend/template/card_client_notify.tmpl
2025-05-06 10:07:31 +08:00

181 lines
6.6 KiB
Cheetah
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"schema": "2.0",
"config": {
"update_multi": true,
"style": {
"text_size": {
"normal_v2": {
"default": "normal",
"pc": "normal",
"mobile": "heading"
}
}
}
},
"body": {
"direction": "vertical",
"padding": "12px",
"elements": [
{
"tag": "column_set",
"horizontal_spacing": "8px",
"horizontal_align": "left",
"columns": [
{
"tag": "column",
"width": "weighted",
"elements": [
{
"tag": "markdown",
"content": "<font color=\"grey\">设备信息</font>\n**{{.DeviceModel}}**",
"text_align": "left",
"text_size": "normal_v2",
"margin": "0px"
}
],
"vertical_spacing": "8px",
"horizontal_align": "left",
"vertical_align": "top",
"weight": 1
},
{
"tag": "column",
"width": "weighted",
"elements": [
{
"tag": "markdown",
"content": "<font color=\"grey\">操作系统</font>\n**{{.OperatingSystem}}**",
"text_align": "left",
"text_size": "normal_v2",
"margin": "0px"
}
],
"vertical_spacing": "8px",
"horizontal_align": "left",
"vertical_align": "top",
"weight": 1
}
],
"margin": "0px"
},
{
"tag": "column_set",
"horizontal_spacing": "8px",
"horizontal_align": "left",
"columns": [
{
"tag": "column",
"width": "weighted",
"elements": [
{
"tag": "markdown",
"content": "<font color=\"grey\">设备号</font>\n**{{.DeviceUniqueIdentifier}}**",
"text_align": "left",
"text_size": "normal_v2",
"margin": "0px"
}
],
"vertical_spacing": "8px",
"horizontal_align": "left",
"vertical_align": "top",
"weight": 1
},
{
"tag": "column",
"width": "weighted",
"elements": [
{
"tag": "markdown",
"content": "<font color=\"grey\">告警时间</font>\n**{{.AlarmTime}}**",
"text_align": "left",
"text_size": "normal_v2",
"margin": "0px"
}
],
"vertical_spacing": "8px",
"horizontal_align": "left",
"vertical_align": "top",
"weight": 1
}
],
"margin": "0px"
},
{
"tag": "markdown",
"content": "<font color=\"grey\">报错信息</font>\n**{{.Log}}**",
"text_align": "left",
"text_size": "normal_v2",
"margin": "0px"
},
{
"tag": "markdown",
"content": "<font color=\"grey\">报错堆栈</font>\n**{{.StackTrace}}**",
"text_align": "left",
"text_size": "normal_v2",
"margin": "0px"
},
{
"tag": "hr",
"margin": "0px"
},
{
"tag": "column_set",
"horizontal_spacing": "8px",
"horizontal_align": "left",
"columns": [
{
"tag": "column",
"width": "weighted",
"elements": [
{
"tag": "markdown",
"content": "<font color=\"grey\">情况说明</font>\n**{{.Info}}**",
"text_align": "left",
"text_size": "normal_v2",
"margin": "0px"
}
],
"vertical_spacing": "8px",
"horizontal_align": "left",
"vertical_align": "top",
"weight": 1
},
{
"tag": "column",
"width": "weighted",
"elements": [
{
"tag": "markdown",
"content": "<font color=\"grey\">处理人</font>\n<at id='{{.Id}}'></at>",
"text_align": "left",
"text_size": "normal_v2",
"margin": "0px"
}
],
"vertical_spacing": "8px",
"horizontal_align": "left",
"vertical_align": "top",
"weight": 1
}
],
"margin": "0px"
}
]
},
"header": {
"title": {
"tag": "plain_text",
"content": "[已处理] 告警通知Client"
},
"subtitle": {
"tag": "plain_text",
"content": ""
},
"template": "green",
"icon": {
"tag": "standard_icon",
"token": "succeed-hollow_filled"
},
"padding": "12px"
}
}