Fix liuyao UX: CSS coins, region auto-select, and clearer AI flow.

Replace missing coin images with CSS 3D coins, auto-select city on province change, expand Shandong cities, and improve AI interpretation prompts after six casts.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-10 21:24:51 +08:00
parent a1667eac51
commit 96b659fbe5
6 changed files with 123 additions and 64 deletions
+8 -3
View File
@@ -191,9 +191,14 @@ export default function HexagramInput({
<div className="flex flex-col items-center gap-3 sm:flex-row">
<Hexagram list={hexagramList} />
{complete && (
<Button size="sm" variant="outline" onClick={handleReset}>
</Button>
<>
<p className="text-sm text-muted-foreground sm:max-w-[10rem]">
AI
</p>
<Button size="sm" variant="outline" onClick={handleReset}>
</Button>
</>
)}
</div>
)}