Skip to content

Instantly share code, notes, and snippets.

@MrOrz
Created July 25, 2018 13:44
Show Gist options
  • Save MrOrz/8ff98577f64d7376302ae0be88041a26 to your computer and use it in GitHub Desktop.
Save MrOrz/8ff98577f64d7376302ae0be88041a26 to your computer and use it in GitHub Desktop.
Flex message
{
"type": "bubble",
"styles": {
"footer": {
"separator": true
}
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "把訊息送進資料庫",
"weight": "bold",
"color": "#1DB446",
"size": "sm"
},
{
"type": "separator",
"margin": "xxl"
},
{
"type": "text",
"text": "訊息",
"weight": "bold",
"size": "xl",
"margin": "xl"
},
{
"type": "text",
"text": "最新消息,法國selmer總部要拍賣,請看後續報導,Yamaha應該是下一個龍頭老大了。",
"size": "xs"
},
{
"type": "separator",
"margin": "xxl"
},
{
"type": "text",
"text": "覺得是謠言的理由",
"weight": "bold",
"size": "xl",
"margin": "xl"
},
{
"type": "text",
"text": "Seller是全世界sax第一品牌,並未聽聞有經營不善的消息。",
"size": "xxs"
},
{
"type": "separator",
"margin": "xxl"
},
{
"type": "text",
"text": "我們即將把此訊息與您填寫的理由送至資料庫。若您送出的訊息或理由意味不明、造成闢謠編輯的困擾,未來您將無法送出文章。",
"color": "#ff0000",
"wrap": true,
"margin": "xxl"
},
{
"type": "button",
"margin": "xxl",
"style": "primary",
"action": {
"type": "uri",
"label": "放棄送出",
"uri": "https://example.com"
}
},
{
"type": "button",
"action": {
"type": "uri",
"label": "對我要送出",
"uri": "https://example.com"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment