123456789101112131415161718192021222324 |
- {
- "type": "bubble",
- "hero": {
- "type": "image",
- "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_1_cafe.png",
- "size": "full",
- "gravity": "top",
- "margin": "none",
- "aspectRatio": "20:13"
- },
- "body": {
- "type": "box",
- "layout": "vertical",
- "contents": [
- {
- "type": "text",
- "text": "熱門搜尋關鍵字",
- "size": "xl",
- "weight": "bold",
- "align": "center"
- }
- ]
- }
- }
|