返回画廊数据整理自 YouMind 公共 GitHub/页面数据

2x2 日本广告网格

生成一个包含护肤、招聘、美食和旅游四个不同主题的日本宣传广告 2x2 网格。

Prompt 正文

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

{
"type": "2x2 advertisement grid",
"layout": {
"grid_size": "2 rows by 2 columns",
"panels": [
{
"position": "top-left",
"theme": "skincare",
"subject": "profile of a woman looking up, holding a white lotion bottle",
"headline": "{argument name=\"skincare headline\" default=\"うるおい、光る肌へ。\"}",
"subtext": "新・保湿化粧水",
"features": {
"count": 3,
"type": "light blue circular bubbles",
"labels": ["ヒアルロン酸 (保湿成分)", "ビタミンC誘導体 (整肌成分)", "セラミド (保湿成分)"]
},
"brand_logo": "LUMIÈRE SKIN LOTION"
},
{
"position": "top-right",
"theme": "corporate recruitment",
"subject": "young woman in a blue shirt holding a silver laptop",
"background": "geometric shapes in yellow, white, and cyan",
"headline": "{argument name=\"recruitment headline\" default=\"未来は、挑戦でできている。\"}",
"subtext": ["新卒採用エントリー受付中!", "自分を超えていけ。"],
"features": {
"count": 3,
"type": "hashtags",
"labels": ["# 総合職募集", "# 年間休日125日", "# 充実の研修制度"]
},
"brand_logo": "SKYWARD"
},
{
"position": "bottom-left",
"theme": "cafe breakfast",
"subject": "stack of pancakes with butter, pouring syrup, strawberries, blueberries, and raspberries; coffee cup in background",
"headline": "{argument name=\"cafe headline\" default=\"朝が待ち遠しくなる。\"}",
"subtext": "しっとり、ふわふわ。幸せのパンケーキ。",
"features": {
"count": 1,
"type": "yellow circular badge",
"labels": ["OPEN 8:00 CLOSE 18:00"]
},
"brand_logo": "café sunny"
},
{
"position": "bottom-right",
"theme": "travel agency",
"subject": "scenic view of a long bridge over turquoise water, blue sky, pink hibiscus flowers in foreground",
"headline": "心、ほどける{argument name=\"travel destination\" default=\"沖縄旅\"}",
"subtext": ["青い海と、ゆるやかな時間。", "3日間", "{argument name=\"travel price\" default=\"¥59,800〜\"}", "航空券+ホテル+朝食付き"],
"features": {
"count": 1,
"type": "pink circular badge",
"labels": ["早期予約で最大10,000円割引!"]
},
"brand_logo": "HIS"
}
]
}
}