Created
June 16, 2022 10:29
-
-
Save JimmyLv/0f16d75dda557e58514ad74109cb23cf to your computer and use it in GitHub Desktop.
TG 转发至 Lark 飞书消息卡片, https://daily.jimmylv.info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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