feat: 精简玩家端页面结构并支持局域网开发热更新
Some checks failed
lotteryfront CI / build (push) Has been cancelled

- 合并钱包、订单、开奖、通知等独立 screen 到页面层,减少重复壳组件
- 优化订单列表/详情、钱包划转与待对账展示、开奖核对与结果详情交互
- 改进入口 gate、移动端视口与下拉刷新在窄屏下的表现
- dev 绑定 0.0.0.0 并默认放行 192.168/10 网段,修复局域网 HMR WebSocket
This commit is contained in:
2026-06-26 14:10:47 +08:00
parent dd1155978a
commit e5622c58cb
51 changed files with 1184 additions and 1335 deletions

View File

@@ -506,6 +506,8 @@
"lineFailedTitle": "This line did not succeed",
"status": "Status",
"statusFilter": "Status filter",
"showFilters": "Filters",
"hideFilters": "Hide",
"noMore": "No more tickets",
"submitBet": "Submit Bet",
"stake": "Stake",
@@ -520,6 +522,7 @@
"groupDetail": "Order detail",
"groupNotFound": "Could not load this order. Please open it again from My Bets.",
"betItems": "Bet lines",
"sameOrderItems": "Other lines in this order",
"itemCount": "{{count}} bet line(s)",
"viewBetLine": "View bet line detail",
"drawNo": "Issue",
@@ -607,6 +610,7 @@
"ticketNumber": "Ticket No. / Number",
"placeholder": "Enter ticket number or number",
"latestDraw": "Latest issue {{drawNo}}",
"forDraw": "Check your bets and winnings for issue {{drawNo}}.",
"loading": "Checking...",
"submit": "Check now",
"recent": "Recent checks",

View File

@@ -505,6 +505,8 @@
"lineFailedTitle": "यो लाइन सफल भएन",
"status": "स्थिति",
"statusFilter": "स्थिति फिल्टर",
"showFilters": "फिल्टर",
"hideFilters": "लुकाउनुहोस्",
"noMore": "थप टिकट छैन",
"submitBet": "बेट पेश गर्नुहोस्",
"stake": "बेट",
@@ -519,6 +521,7 @@
"groupDetail": "अर्डर विवरण",
"groupNotFound": "यो अर्डर लोड हुन सकेन। कृपया मेरा बेटबाट फेरि खोल्नुहोस्।",
"betItems": "बेट लाइन विवरण",
"sameOrderItems": "यही अर्डरका अन्य बेट लाइनहरू",
"itemCount": "जम्मा {{count}} बेट लाइन",
"viewBetLine": "बेट लाइन विवरण हेर्नुहोस्",
"drawNo": "इश्यू",
@@ -606,6 +609,7 @@
"ticketNumber": "टिकट नं. / नम्बर",
"placeholder": "टिकट नम्बर वा नम्बर लेख्नुहोस्",
"latestDraw": "पछिल्लो इश्यू {{drawNo}}",
"forDraw": "इश्यू {{drawNo}} का लागि तपाईंको बेट र जित जाँच गर्नुहोस्।",
"loading": "जाँच हुँदैछ...",
"submit": "अहिले जाँच गर्नुहोस्",
"recent": "हालका जाँच",

View File

@@ -505,6 +505,8 @@
"lineFailedTitle": "本注项未成功",
"status": "状态",
"statusFilter": "状态筛选",
"showFilters": "筛选",
"hideFilters": "收起",
"noMore": "没有更多注单",
"submitBet": "提交下注",
"stake": "下注",
@@ -519,6 +521,7 @@
"groupDetail": "订单详情",
"groupNotFound": "无法加载该订单,请从注单列表重新进入。",
"betItems": "注项明细",
"sameOrderItems": "同订单其他注项",
"itemCount": "共 {{count}} 条注项",
"viewBetLine": "查看注项详情",
"drawNo": "期号",
@@ -606,6 +609,7 @@
"ticketNumber": "票号 / 号码",
"placeholder": "请输入票号或号码",
"latestDraw": "最新期号 {{drawNo}}",
"forDraw": "按本期 {{drawNo}} 查询你的注单和中奖情况。",
"loading": "查询中...",
"submit": "立即查询",
"recent": "最近查询",