返回画廊数据整理自 YouMind 公共 GitHub/页面数据
场景概念城市 / 景观来源:X / Twitter

风景挂历页面

生成一张写实的挂历页面,上方配有可自定义的风景照片,下方为详细的月历网格。

Prompt 正文

默认展示英文原文。复制时按当前语言,回到首页后会同时保留中英文两份草稿。

{
"type": "wall calendar page",
"presentation": "physical paper calendar hanging on a white wall with a subtle drop shadow",
"layout": {
"top_half": {
"type": "scenic photograph",
"subject": "{argument name=\"scenic location\" default=\"Mount Fuji with cherry blossoms and a lake\"}",
"details": "snow-capped mountain, calm blue lake reflection, small wooden boat with two people, pink cherry blossoms framing the top left and right shores, pink flowers on the bottom right shore",
"text_overlays": [
{
"position": "top right",
"text": "{argument name=\"year and month\" default=\"2026 APRIL\"}",
"style": "white serif font"
},
{
"position": "bottom center",
"text": "4 / {argument name=\"highlighted date\" default=\"16\"} / {argument name=\"day of week\" default=\"TUESDAY\"}",
"style": "large white serif font with drop shadow"
}
]
},
"bottom_half": {
"type": "calendar grid",
"header": {
"text": "April 2026",
"style": "red cursive script font, centered"
},
"grid_structure": {
"columns": 7,
"rows": 5,
"column_headers": ["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"]
},
"grid_content": {
"highlighted_cell": {
"date": "{argument name=\"highlighted date\" default=\"16\"}",
"style": "solid red square background, white text"
},
"number_colors": "Sundays in red, Saturdays in blue, weekdays in black, previous month dates in light gray",
"notable_features": "AI generation artifact where the number 5 appears twice (end of row 1, start of row 2)"
},
"footer": {
"text": "{argument name=\"holidays\" default=\"Earth Day (22) Showa Day (29)\"}",
"position": "bottom left",
"style": "red serif font"
}
}
}
}