返回画廊数据整理自 YouMind 公共 GitHub/页面数据
标志图形Logo / 字标来源:X / Twitter

Curated Bookshelf with Specific Titles

Generates a wooden bookshelf displaying 11 distinct books with customizable titles, authors, and spine colors.

Prompt 正文

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

{
"type": "bookshelf arrangement",
"setting": "wooden bookshelf with three shelves against a plain light wall, wooden floor",
"layout": {
"top_shelf": {
"count": 1,
"alignment": "centered",
"books": [
{ "color": "dark blue", "title": "{argument name=\"top book title\" default=\"THE ART OF FOCUS\"}", "author": "DANIEL WALTER", "symbol": "star compass" }
]
},
"middle_shelf": {
"count": 3,
"alignment": "centered",
"books": [
{ "color": "green", "title": "{argument name=\"middle left book title\" default=\"THE NATURE OF THINGS\"}", "author": "KAREN HOLLOWAY", "symbol": "leaf branch" },
{ "color": "burgundy", "title": "HISTORY OF THE WORLD", "author": "J. M. REEVES", "symbol": "ornate star" },
{ "color": "cream", "title": "THINK BETTER, LIVE BETTER", "author": "JOEL PARKER", "symbol": "sun" }
]
},
"bottom_shelf": {
"count": 7,
"alignment": "filled",
"books": [
{ "color": "dark blue", "title": "{argument name=\"bottom left book title\" default=\"SAPIENS\"}", "author": "Yuval Noah Harari", "orientation": "vertical title", "symbol": "fingerprint" },
{ "color": "cream", "title": "BECOMING", "author": "MICHELLE OBAMA", "orientation": "vertical title", "symbol": "circle logo" },
{ "color": "teal", "title": "THE POWER OF NOW", "author": "ECKHART TOLLE", "symbol": "waves" },
{ "color": "mustard yellow", "title": "{argument name=\"bottom middle book title\" default=\"THE HAPPINESS PROJECT\"}", "author": "GRETCHEN RUBIN", "symbol": "star" },
{ "color": "dark grey", "title": "THE DIARY OF A CEO", "author": "STEVEN BARTLETT", "symbol": "letter D" },
{ "color": "light blue", "title": "Atomic Habits", "author": "James Clear", "symbol": "dot circle" },
{ "color": "orange", "title": "{argument name=\"bottom right book title\" default=\"THE SUBTLE ART OF NOT GIVING A F*CK\"}", "author": "MARK MANSON", "symbol": "splat sun" }
]
}
}
}