li
91fa85f4ef
feat: 越南充值页加 USDT (TRC20) 通道切换
...
- recharge.vue: 银行卡 / USDT 两个 tab,共用 amount 输入
- api.js: 新增 epayDeposit 调 /epay_online_order
USDT 请求体多传 pay_type='usdt',下单响应同 AlinPay 走 Data.url 跳转
2026-04-15 23:19:16 +08:00
b67b11c181
chore: 杂项更新(gitignore/登录/注册/首页微调)
...
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
2026-03-22 12:56:08 +08:00
18a4d03c3a
feat: 对接越南AlinPay支付(充值+提现)
...
- recharge.vue: 新增ALIN_VN充值模板,最低1,000,000 VND
- withdraw.vue: 新增银行卡提现模板,银行列表API加载,最低1,000,000 VND
- api.js: 新增alinDeposit/applyWithdrawBank/getBankListVn接口
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
2026-03-22 12:55:52 +08:00
li
be597042c8
fix: 大厅余额K格式化 + 货币符号改为越南盾₫
...
- 左上角余额用 $fk() 包裹,≥1000显示为K格式
- 货币符号从 ¥ 改为 ₫(越南盾)
2026-02-11 16:41:43 +08:00
li
27cdc9a568
fix: 大厅限红动态显示+K格式化,在线人数动态计算
...
- 限红从 item.limit_money 动态拆分显示(上限/下限),不再硬编码
- 上限值≥1000自动显示为K格式(如50000→50K)
- 在线人数改为动态计算(基础800+时段浮动+随机数)
- 注入全局 $fk 方法用于金额K格式化
2026-02-11 16:29:34 +08:00
li
124cbf36ce
fix: 牛牛路单改白底+限制最多显示7列,对齐游戏内UI风格
2026-02-11 01:54:05 +08:00
li
87c12ed6c2
style: 优化牛牛路单表格样式,对齐百家乐UI风格
2026-02-11 01:47:55 +08:00
li
d0ff375ba7
feat: 牛牛/三卡大厅路单改为表格样式,显示牛型文字和WIN标记
2026-02-11 01:43:15 +08:00
li
88b9e49108
fix: 修复牛牛/三卡路单在大厅不显示的问题,适配nn_waybill数据结构
2026-02-11 01:37:02 +08:00
li
322cc24208
feat: integrate customer service chat functionality and add socket.io-client dependency
...
- Implemented a customer service chat interface in the application.
- Added socket.io-client for real-time communication.
- Updated language files to include customer service related translations.
- Modified navigation to direct users to the customer service page.
- Enhanced UI elements for better user experience in chat interactions.
2026-01-29 03:04:52 +08:00
li
14c8cbffcc
add
2026-01-26 23:21:30 +08:00
li and Claude Sonnet 4.5
79d6ac419d
fix(i18n): 修复越南语/泰语/印尼语游戏名称本地化
...
将游戏名称改为对应语言的翻译:
越南语 (yn):
- niuniu: Bull Bull → Bò Bò (牛牛)
- longhu: D-Tiger → Rồng Hổ (龙虎)
- threecard: 3-Card → 3 Lá (3卡)
泰语 (tl):
- niuniu: Bull Bull → วัวกระทิง (牛牛)
- longhu: D-Tiger → มังกรเสือ (龙虎)
- threecard: 3-Card → 3 ใบ (3卡)
印尼语 (in):
- niuniu: Bull Bull → Sapi Sapi (牛牛)
- longhu: D-Tiger → Naga Harimau (龙虎)
- threecard: 3-Card → 3 Kartu (3卡)
保持 Baccarat 和 Roulette 使用国际通用名称
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-17 23:41:32 +08:00
li and Claude Sonnet 4.5
42942f7da2
fix(i18n): 缩短游戏名称翻译以适配侧边栏样式
...
- 移除"真人"/"Live"等前缀
- Dragon Tiger → D-Tiger (避免文本过长)
- ThreeCard → 3-Card (统一缩写风格)
- 所有语言统一使用简短名称
修复侧边栏文本溢出问题
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-17 23:35:58 +08:00
li and Claude Sonnet 4.5
5517501659
feat(i18n): 补充所有语言的主页翻译
...
添加主页翻译键到所有语言文件:
- tw (繁体中文)
- yn (越南语)
- kr (韩语)
- tl (泰语)
- in (印尼语)
翻译内容:
- guest: 游客/访客
- onlineCount: 在线人数
- loading: 加载中
- maxLimit/minLimit: 上限/下限
- betting/dealing/preparing: 游戏状态
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-17 23:29:43 +08:00
li and Claude Sonnet 4.5
8b736be67b
feat(i18n): 添加主页国际化支持并优化语言切换
...
- 添加主页相关翻译键(guest, onlineCount, loading等)
- 修改主页使用 $lang 动态显示文本
- 分类名称改为使用 nameKey 映射到语言文件
- 添加 URL 参数语言检测(App.vue onLaunch)
- GamePortrait 返回时保留语言参数
支持语言:cn, tw, en, yn, kr, tl, in
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-17 23:26:20 +08:00
li
e1baeca60b
chore: 添加 .gitignore 忽略构建产物和系统文件
2026-01-17 23:15:43 +08:00
li and Claude Sonnet 4.5
a722170d16
feat(portal): 优化游戏跳转逻辑,改为子目录方式
...
- 修改游戏跳转URL为同域名子目录 (/game)
- 更新返回URL为Portal首页路由
- 修改AppID为本地打包专用ID
优点:
- 用户始终停留在同一域名下
- 无需跨域跳转,体验更流畅
- 便于使用软链接部署
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-17 23:14:40 +08:00
li
e9cc67dcc4
feat: 添加游戏通用工具文件并更新游戏URL配置。
2026-01-17 22:43:41 +08:00
li
735b40c810
add
2026-01-17 19:48:41 +08:00
li
9da637b131
feat: 全面重构首页UI,新增侧边栏、动态游戏列表及路单展示,并更新相关API。
2026-01-17 19:28:42 +08:00
li
71def0f3c7
add
2026-01-17 19:08:14 +08:00
li
7073975960
chushih
2026-01-17 17:39:51 +08:00