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

综合餐厅主菜单设计

生成一份高度详细、多板块的餐厅菜单布局,包含美食摄影、价格以及深色背景上的日文文本。

Prompt 正文

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

{
"type": "restaurant menu design",
"style": {
"background": "dark wood texture",
"accents": "{argument name=\"theme color\" default=\"gold\"}",
"typography": "elegant serif and sans-serif mix",
"photography": "high-resolution, appetizing food shots with warm lighting"
},
"header": {
"main_title": "{argument name=\"main title\" default=\"GRAND MENU\"}",
"subtitle": "{argument name=\"restaurant type\" default=\"OPEN KITCHEN RESTAURANT\"}",
"top_right_badge": "季節の厳選食材使用!"
},
"layout": {
"sections": [
{
"title": "シェフのおすすめ",
"position": "top",
"count": 3,
"featured_item": "{argument name=\"featured item name\" default=\"特選和牛ステーキ 200g\"}",
"labels": ["特選和牛ステーキ 200g", "トリュフ香る濃厚カルボナーラ", "魚介のペスカトーレ"]
},
{
"title": "前菜・サラダ",
"position": "mid-left top",
"count": 4,
"labels": ["生ハムとモッツァレラのカプレーゼ", "サーモンのカルパッチョ", "アボカドと海老のグリーンサラダ", "本日の濃厚スープ"]
},
{
"title": "パスタ & ピザ",
"position": "mid-right top",
"count": 4,
"labels": ["生ウニのクリームパスタ", "モッツァレラとバジルのトマトパスタ", "マルゲリータピザ", "クアトロフォルマッジ"]
},
{
"title": "メインディッシュ",
"position": "mid-left bottom",
"count": 4,
"labels": ["黒毛和牛100%ハンバーグ", "サーモンのグリル", "自家製ローストビーフ丼", "大海老のガーリックシュリンプ"]
},
{
"title": "ご飯もの",
"position": "mid-right middle",
"count": 3,
"labels": ["牛すじガーリックライス", "とろとろ卵のオムライス", "魚介のパエリア"]
},
{
"title": "サイドメニュー",
"position": "mid-right bottom",
"count": 5,
"format": "text list with 1 photo of french fries",
"labels": ["フライドポテト", "オニオンリング", "チーズ盛り合わせ", "ガーリックトースト", "季節のピクルス"]
},
{
"title": "ドリンク",
"position": "bottom left",
"count": 10,
"format": "2 text columns with 2 photos of drinks",
"labels": ["コーヒー & ティー", "アルコール"]
},
{
"title": "スイーツ",
"position": "bottom right",
"count": 3,
"labels": ["自家製ティラミス", "フォンダンショコラ", "季節のフルーツパンケーキ"]
}
]
},
"footer": {
"banner_text": "{argument name=\"footer text\" default=\"★ ランチタイム 11:00〜15:00 は、ドリンクセット +¥300! ★\"}"
}
}