9 Commits
Author SHA1 Message Date
fengshao1227 cc3ea27b1d feat(gameRecords): 会员游戏记录增加洗码量显示 2026-05-29 11:58:31 +08:00
黎小北 b36f75599e 手机端项目整体UI调整修改 2026-05-14 16:45:12 +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
liandClaude 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
liandClaude 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
liandClaude 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
liandClaude 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 7073975960 chushih 2026-01-17 17:39:51 +08:00