test.json 474 B

123456789101112131415161718192021222324
  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. "align": "center"
  21. }
  22. ]
  23. }
  24. }