feat: add options/map flow, dev seed, and artwork fixes
Options page, Kakao map with florist order message, dev tooling, and create/message dummy gating — without secrets in .env.example. Co-authored-by: 이지은 <ijieun@ijieun-ui-MacBookPro.local> Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
6
static/dev/upload/character.svg
Normal file
6
static/dev/upload/character.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300">
|
||||
<rect width="400" height="300" fill="#e8e0f4"/>
|
||||
<circle cx="200" cy="110" r="55" fill="#c4b5d8"/>
|
||||
<rect x="175" y="165" width="50" height="70" rx="20" fill="#9a8ab8"/>
|
||||
<text x="200" y="270" text-anchor="middle" font-size="22" fill="#6b5a82" font-family="Arial">Character</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 381 B |
7
static/dev/upload/color.svg
Normal file
7
static/dev/upload/color.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="500" viewBox="0 0 400 500">
|
||||
<rect width="400" height="500" fill="#f8d4dc"/>
|
||||
<circle cx="120" cy="180" r="40" fill="#e8899a"/>
|
||||
<circle cx="200" cy="150" r="50" fill="#f4a6b8"/>
|
||||
<circle cx="280" cy="190" r="38" fill="#efb4c4"/>
|
||||
<text x="200" y="420" text-anchor="middle" font-size="22" fill="#8b5a62" font-family="Arial">Color</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 409 B |
6
static/dev/upload/location.svg
Normal file
6
static/dev/upload/location.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="500" viewBox="0 0 400 500">
|
||||
<rect width="400" height="500" fill="#d4e4f0"/>
|
||||
<rect x="80" y="280" width="240" height="120" rx="8" fill="#8ab4cc"/>
|
||||
<polygon points="200,80 260,200 140,200" fill="#5a8aaa"/>
|
||||
<text x="200" y="450" text-anchor="middle" font-size="22" fill="#3d6a82" font-family="Arial">Location</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 388 B |
6
static/dev/upload/season.svg
Normal file
6
static/dev/upload/season.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300">
|
||||
<rect width="400" height="300" fill="#dce8d0"/>
|
||||
<circle cx="200" cy="120" r="70" fill="#f5e6a8"/>
|
||||
<rect x="160" y="180" width="80" height="60" rx="8" fill="#6b8f71"/>
|
||||
<text x="200" y="270" text-anchor="middle" font-size="22" fill="#4a6b4e" font-family="Arial">Season</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 377 B |
4
static/dev/upload/sns-1.svg
Normal file
4
static/dev/upload/sns-1.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="500" viewBox="0 0 400 500">
|
||||
<rect width="400" height="500" fill="#f5ebe3"/>
|
||||
<text x="200" y="260" text-anchor="middle" font-size="24" fill="#8b7355" font-family="Georgia">SNS feed 1</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 260 B |
4
static/dev/upload/sns-2.svg
Normal file
4
static/dev/upload/sns-2.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="500" viewBox="0 0 400 500">
|
||||
<rect width="400" height="500" fill="#ebe4dc"/>
|
||||
<text x="200" y="260" text-anchor="middle" font-size="24" fill="#8b7355" font-family="Georgia">SNS feed 2</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 260 B |
Reference in New Issue
Block a user