返回画廊数据整理自 YouMind 公共 GitHub/页面数据
Prompt 正文
默认展示英文原文。复制时按当前语言,回到首页后会同时保留中英文两份草稿。
{
"type": "sports infographic",
"theme": "Formula 1 Race Results",
"header": {
"title": "LATEST F1 RACE RESULTS",
"subtitle": "{argument name=\"grand prix name\" default=\"FORMULA 1 LENOVO JAPANESE GRAND PRIX 2026\"}"
},
"layout": {
"sections": [
{
"title": "Track Map",
"position": "top",
"elements": [
"circuit layout with 11 labeled corners",
"Japanese flag",
"track details text: {argument name=\"track name\" default=\"SUZUKA CIRCUIT\"} | 53 LAPS | MARCH 29, 2026"
]
},
{
"title": "Podium",
"position": "middle",
"background": "Mount Fuji, cherry blossoms, neon radiating lines",
"count": 3,
"drivers": [
{
"position": "1st",
"name": "{argument name=\"first place driver\" default=\"ANDREA KIMI ANTONELLI\"}",
"team": "MERCEDES",
"pose": "holding gold trophy, waving",
"suit": "black"
},
{
"position": "2nd",
"name": "{argument name=\"second place driver\" default=\"OSCAR PIASTRI\"}",
"team": "McLAREN",
"pose": "hands on hips",
"suit": "orange and black"
},
{
"position": "3rd",
"name": "{argument name=\"third place driver\" default=\"CHARLES LECLERC\"}",
"team": "FERRARI",
"pose": "standing straight",
"suit": "red"
}
]
},
{
"title": "FULL RACE CLASSIFICATION",
"position": "bottom-left",
"count": 17,
"description": "Table with 17 rows showing positions 4 through 20, including columns for POS, DRIVER, TEAM, GAP, and POINTS."
},
{
"title": "KEY RACE STATS",
"position": "bottom-right-top",
"count": 5,
"stats": [
"POLE POSITION",
"FASTEST LAP (purple background)",
"DRIVER OF THE DAY",
"TOTAL DISTANCE",
"WINNER'S AVG SPEED"
]
},
{
"title": "CHAMPIONSHIP STANDINGS UPDATE",
"position": "bottom-right-bottom",
"columns": 2,
"lists": [
"TOP DRIVERS (3 items)",
"TOP TEAMS (3 items)"
]
}
]
}
}