test.json 447 B

1234567891011121314151617181920212223
  1. {
  2. "type": "bubble",
  3. "hero": {
  4. "type": "image",
  5. "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_1_cafe.png",
  6. "size": "full",
  7. "gravity": "top",
  8. "margin": "none",
  9. "aspectRatio": "20:13"
  10. },
  11. "body": {
  12. "type": "box",
  13. "layout": "vertical",
  14. "contents": [
  15. {
  16. "type": "text",
  17. "text": "熱門搜尋關鍵字",
  18. "size": "xl",
  19. "weight": "bold"
  20. }
  21. ]
  22. }
  23. }