admin_backend/template/card.tmpl
2025-03-05 15:40:49 +08:00

36 lines
635 B
Cheetah

{
"schema": "2.0",
"header": {
"title": {
"tag": "plain_text",
"content": "{{.Title}}"
},
"subtitle": {
"tag": "plain_text",
"content": "{{.Subtitle}}"
},
"text_tag_list": [
{
"tag": "text_tag",
"element_id": "custom_id_psd1",
"text": {
"tag": "plain_text",
"content": "{{.Tag1}}"
},
"color": "orange"
}
],
"template": "green",
"icon": {
"tag": "standard_icon",
"token": "calendar_colorful",
"color": "green"
},
"padding": "12px 8px 12px 8px"
},
"body":{
"elements": [
{{.Elements}}
]
}
}