diff --git a/scripts/generate-flower-catalog.js b/scripts/generate-flower-catalog.js index 244f490..93657b1 100644 --- a/scripts/generate-flower-catalog.js +++ b/scripts/generate-flower-catalog.js @@ -132,7 +132,9 @@ async function main() { const size = process.env.OPENAI_IMAGE_CATALOG_SIZE || '1024x1536'; const quality = process.env.OPENAI_IMAGE_CATALOG_QUALITY || 'low'; - console.log(`대상: ${targets.length}종 · ${size} · quality=${quality}${dryRun ? ' (dry-run)' : ''}`); + console.log( + `대상: ${targets.length}종 · ${size} · quality=${quality}${dryRun ? ' (dry-run)' : ''}` + ); for (const flower of targets) { const outPath = join(OUT_DIR, `${flower.id}.png`); diff --git a/src/lib/components/ui/Artwork/Artwork.svelte b/src/lib/components/ui/Artwork/Artwork.svelte index 3e0d4e2..1099884 100644 --- a/src/lib/components/ui/Artwork/Artwork.svelte +++ b/src/lib/components/ui/Artwork/Artwork.svelte @@ -19,13 +19,13 @@
-
+
diff --git a/src/lib/components/ui/Artwork/DescriptionCard.svelte b/src/lib/components/ui/Artwork/DescriptionCard.svelte index 23618a3..4ef4bda 100644 --- a/src/lib/components/ui/Artwork/DescriptionCard.svelte +++ b/src/lib/components/ui/Artwork/DescriptionCard.svelte @@ -7,9 +7,14 @@ } = $props(); -
+

{title}

diff --git a/src/lib/components/ui/landing/LandingHero.svelte b/src/lib/components/ui/landing/LandingHero.svelte index 7431a62..05772cc 100644 --- a/src/lib/components/ui/landing/LandingHero.svelte +++ b/src/lib/components/ui/landing/LandingHero.svelte @@ -1,9 +1,7 @@ {#snippet editableImageFrame(image, editable = false)} -
+
{#if image} -
-
+
+
{#if loading}
{:else if imageSrc} @@ -359,9 +359,7 @@
-
+

Edit bouquet

Tell us how you want to refine it.

@@ -430,7 +428,9 @@

{/if} -
+