Skip to content

Instantly share code, notes, and snippets.

@JimmyLv
Created June 16, 2022 10:29
Show Gist options
  • Save JimmyLv/0f16d75dda557e58514ad74109cb23cf to your computer and use it in GitHub Desktop.
Save JimmyLv/0f16d75dda557e58514ad74109cb23cf to your computer and use it in GitHub Desktop.
TG 转发至 Lark 飞书消息卡片, https://daily.jimmylv.info
{
"msg_type": "interactive",
"card": {
"config": {
"wide_screen_mode": true,
"enable_forward": true
},
"elements": [{
"tag": "div",
"text": {
"content": "<<<{{PostText}}>>>\n\n {{PostUrl}}",
"tag": "lark_md"
},
}, {
"actions": [{
"tag": "button",
"text": {
"content": "📲 Telegram 频道 :玫瑰:",
"tag": "lark_md"
},
"url": " https://t.me/s/roam_newsletter",
"type": "default",
"value": {}
}],
"tag": "action"
}],
"header": {
"template": "indigo",
"title": {
"content": "📮 Roam 漫游研究所",
"tag": "plain_text"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment