Compare commits

..
23 Commits
Author SHA1 Message Date
fengshao1227 2983e43a9a feat: 筹码栏默认显示全部13档面值,左右滑动选择,去掉最多6个上限(保留筹码设置) 2026-05-31 20:34:05 +08:00
fengshao1227 3ac4549633 feat(record): 会员注单记录增加洗码量、码粮两列 2026-05-29 12:13:15 +08:00
testadmin 12472e2607 feat: 龙7红圈加粗 2026-05-13 18:41:27 +08:00
testadmin 64520cabfb feat: 龙7路子珠描边改红色圈 2026-05-13 16:10:48 +08:00
testadmin 4bbaa7755c fix: 审查修复4个Critical + 1个Warning
C-1: rouletteResult getwinResult(7)→(8)
C-2: rouletteResult 补上 audioMp3().Play()
C-3: nnResult 三卡用 tc_ 前缀而非 nn_
C-4: 色碟 case4 文字 odd→even
W-1: bufferCache 用 fullKey(含语言前缀) 避免切语言后播错
2026-05-13 15:04:16 +08:00
testadmin 24527494d0 fix: 切换桌台时停止音频+清除sendMode,防止跨桌播报 2026-05-13 14:50:09 +08:00
testadmin 236fb5ec0e fix: stopAll只suspend不resume,防止停止后声音立即恢复 2026-05-13 14:19:59 +08:00
testadmin e2f0346a81 refactor: 音频系统重写 + TTS重新生成全部音频
- sound.js: Web Audio API重写,独立播放链,优先级系统,AudioBuffer缓存
- sound.config.js: 6并发+重试+渐进加载,替代Promise.all一挂全挂
- play.vue: 手动模式跳过点数播报,直接报结果
- 全部音频用TTS重新生成,修复原始文件内容与文件名不匹配的问题
2026-05-13 12:46:04 +08:00
testadmin 572ed95a60 fix: 百家乐/龙虎点数为null时跳过播报,防止播放链断裂 2026-05-12 23:10:41 +08:00
testadmin 989c768bcf fix: Play()时重置num=0,修复连续播报只播第一个音效的bug 2026-05-12 22:10:33 +08:00
testadmin 1b59c97813 fix: 路子珠特殊图标颜色调整(暗红6/暗黄7/墨蓝8) 2026-05-05 22:38:47 +08:00
testadmin d61f2ad3cf feat: 竖屏路子珠支持幸运6/龙7/熊8特殊图标 2026-05-01 23:45:35 +08:00
testadmin 833d76e88c feat: 登录失效统一弹框 + 筹码越南K格式持久化 + play.vue 优化
- axios.config: 拦截登录过期响应,统一弹框后清除用户信息,防多次弹框
- app.js: chooseChip 改为越南 K 格式默认 10k,支持 localStorage 恢复
- bettingChips.js: 移除(逻辑已合并)
2026-04-20 10:55:51 +08:00
liandClaude Opus 4.6 b326cffa95 fix: 返回键显眼度优化+龙虎字色互换+金额标签防裁切+牛牛作废功能
1. 游戏页面返回键:放大至36px,添加亮白色滤镜+外发光阴影
2. 龙虎下注盘:龙字改红色、虎字改蓝色,边框阴影同步互换
3. 所有游戏金额标签防裁切:
   - 牛牛/百家乐/龙虎:加max-width:95%防溢出
   - 骰宝/轮盘:修正left:-3px→0px防左侧裁切
   - 所有游戏:加z-index确保金额在筹码上方
   - 牛牛边缘格子:金额和预扣标签偏移处理
4. 后端(Pro/Waybill.php):新增牛牛作废本局retreated_nn()方法

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 16:44:41 +08:00
li 025289c43d feat: 牛牛牌面区改为2×2网格布局+路单加大+页面可滚动
- poker-section 从40px扩大到120px,牌面改为2×2网格(上行庄家+闲一,下行闲二+闲三)
- 单张牌从16×22px放大到30×42px,点数清晰可辨
- 路单区nn-mode从130px扩大到180px
- .view容器开启overflow-y:auto,内容超出屏幕可下滑
- 视频区flex自适应+min-height:200px保底
2026-02-11 23:59:21 +08:00
li db55b8d20c feat: 牛牛单独限红前端显示 + 大厅/桌台信息/游戏界面牛牛桌显示牛牛限红 2026-02-11 19:53:50 +08:00
li 1353a6bfce fix: 游戏页面货币符号从¥改为越南盾₫ 2026-02-11 16:44:33 +08:00
li 6e6cd9772b revert: 回滚问路面板相关修改,恢复原始布局 2026-02-11 02:24:21 +08:00
li 8378fd0c5f refactor: 问路栏独立放在路单底部,不遮挡路单不挤统计栏 2026-02-11 02:20:41 +08:00
li e453548f5c refactor: 问路面板从路单区域移到顶部统计栏最右侧,不再遮挡路单 2026-02-11 02:15:44 +08:00
li 55f89ee6a0 fix: 缩小问路面板避免遮挡小路曱甴路 + 清理debug日志修复构建 2026-02-11 02:10:27 +08:00
li f60818e993 fix: 缩小庄问路/闲问路面板尺寸,避免遮挡小路和曱甴路 2026-02-11 02:08:04 +08:00
liandClaude Opus 4.5 80a80760fb feat(chip): 更新筹码配置为越南 K 格式
为越南客户优化筹码显示,将筹码面值改为 K 后缀格式:
- 10K, 20K, 50K, 100K, 200K, 500K (默认显示)
- 1,000K, 2,000K, 5,000K, 10,000K, 20,000K, 50,000K, 100,000K

修改内容:
- config.js: 更新 chipArry 配置数组
- PlayChip.vue: 更新筹码选择组件样式映射
- chipView.vue: 更新下注区域筹码显示样式
- base.scss: 更新筹码设置弹窗样式
- 新增 13 个 K 格式筹码图片

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 17:23:03 +08:00
204 changed files with 1106 additions and 540 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More