From 418b446c090b6b9f6df774019cfc0853e5d90f7c Mon Sep 17 00:00:00 2001 From: kang Date: Mon, 18 May 2026 11:28:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=B8=8B=E6=B3=A8?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E5=B1=95=E7=A4=BA=E4=B8=8E=E5=A4=A7=E5=8E=85?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E4=BA=A4=E4=BA=92=EF=BC=8C=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=96=B0=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- package.json | 2 +- public/parent-integration-example.html | 4 +- src/components/iframe-bridge.tsx | 4 +- src/components/ui/calendar.tsx | 2 +- src/features/hall/hall-bet-preview-dialog.tsx | 18 ++- src/features/hall/hall-bet-result-dialog.tsx | 31 ++++- src/features/hall/hall-betting-grid.tsx | 115 ++++++++++++++---- src/features/hall/hall-draw-panel.tsx | 19 +-- .../orders/ticket-orders-list-screen.tsx | 8 +- .../results/draw-result-detail-screen.tsx | 2 +- .../results/draw-results-list-screen.tsx | 2 +- src/hooks/use-token-refresh.ts | 4 +- src/lib/csp-config.ts | 4 +- src/types/api/ticket-items.ts | 1 + src/types/api/ticket.ts | 8 +- 16 files changed, 170 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index e215bc4..da5dbb2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ pnpm dev bun dev ``` -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. +Open [http://localhost:3800](http://localhost:3800) with your browser to see the result. You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. diff --git a/package.json b/package.json index e45c39d..c765ff3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev", + "dev": "next dev --port 3800", "build": "next build", "start": "next start", "lint": "eslint" diff --git a/public/parent-integration-example.html b/public/parent-integration-example.html index d6b2680..d5d8e78 100644 --- a/public/parent-integration-example.html +++ b/public/parent-integration-example.html @@ -142,7 +142,7 @@
- +
@@ -166,7 +166,7 @@