Prompt (JSON)1511 字符
{
"type": "挂历页面",
"presentation": "挂在白色墙壁上的实体纸质日历,带有细微的投影效果",
"layout": {
"top_half": {
"type": "风景照片",
"subject": "{argument name=\"scenic location\" default=\"富士山、樱花与湖泊\"}",
"details": "白雪皑皑的山峰,平静的蓝色湖面倒影,一艘载着两人的小木船,左上角和右上角的岸边有粉色樱花点缀,右下角岸边有粉色花朵",
"text_overlays": [
{
"position": "右上角",
"text": "{argument name=\"year and month\" default=\"2026 年 4 月\"}",
"style": "白色衬线字体"
},
{
"position": "底部居中",
"text": "4 / {argument name=\"highlighted date\" default=\"16\"} / {argument name=\"day of week\" default=\"星期二\"}",
"style": "带有投影效果的大号白色衬线字体"
}
]
},
"bottom_half": {
"type": "日历网格",
"header": {
"text": "2026 年 4 月",
"style": "红色草书字体,居中"
},
"grid_structure": {
"columns": 7,
"rows": 5,
"column_headers": [
"周日",
"周一",
"周二",
"周三",
"周四",
"周五",
"周六"
]
},
"grid_content": {
"highlighted_cell": {
"date": "{argument name=\"highlighted date\" default=\"16\"}",
"style": "纯红色方形背景,白色文字"
},
"number_colors": "周日为红色,周六为蓝色,工作日为黑色,上个月日期为浅灰色",
"notable_features": "AI 生成的伪影,数字 5 出现了两次(第一行末尾和第二行开头)"
},
"footer": {
"text": "{argument name=\"holidays\" default=\"地球日 (22) 昭和之日 (29)\"}",
"position": "左下角",
"style": "红色衬线字体"
}
}
}
}