Prompt Gallery

风景 / 城市 / 旅行

风景挂历页面

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

ID
13945
作者
上官 Devin
标签
风景 / 城市 / 旅行 / 摄影 / 电影感 / 写实场景 / Logo / 品牌 / 视觉识别

中文提示词

{
  "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": "红色衬线字体"
      }
    }
  }
}

原始提示词

{
  "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"
      }
    }
  }
}