Last active
July 25, 2018 14:22
-
-
Save MrOrz/4e8518b28742ec2e2c1e4b87ac759b55 to your computer and use it in GitHub Desktop.
submit article
This file contains hidden or 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
{ | |
"type": "bubble", | |
"header": { | |
"type": "box", | |
"layout": "horizontal", | |
"contents": [ | |
{ | |
"type": "text", | |
"text": "送出訊息到公開資料庫?", | |
"weight": "bold", | |
"color": "#009900", | |
"size": "sm" | |
} | |
] | |
}, | |
"body": { | |
"type": "box", | |
"layout": "vertical", | |
"spacing": "md", | |
"contents": [ | |
{ | |
"type": "text", | |
"text": "若這是「轉傳訊息」,而且您覺得這很可能是一則「謠言」,請將這則訊息送進公開資料庫建檔,讓好心人查證與回覆。", | |
"wrap": true, | |
"size": "xxs" | |
}, | |
{ | |
"type": "text", | |
"text": "雖然您不會立刻收到查證結果,但可以幫助到未來同樣收到這份訊息的人。", | |
"wrap": true, | |
"size": "xxs" | |
}, | |
{ | |
"type": "text", | |
"text": "請打字告訴我們:", | |
"weight": "bold", | |
"wrap": true, | |
"color": "#990000", | |
"size": "md" | |
}, | |
{ | |
"type": "text", | |
"text": "為何您會覺得這是一則謠言?", | |
"weight": "bold", | |
"color": "#ff0000", | |
"wrap": true, | |
"size": "xxl" | |
} | |
] | |
}, | |
"footer": { | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "button", | |
"action": { | |
"type": "uri", | |
"label": "放棄送出", | |
"uri": "https://linecorp.com" | |
} | |
}, | |
{ | |
"type": "button", | |
"style": "primary", | |
"action": { | |
"type": "uri", | |
"label": "⌨️ 傳理由給我們", | |
"uri": "line://oaMessage/@cofacts/?因為⋯⋯" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment