Go to file
li 6e8a196ecf feat: 牛牛/三卡竖屏优化 - 定位牌显示、卡牌标签、下注金额缩放
- 添加定位牌(nn_position)在视频左侧显示
- 卡牌区域添加庄家/闲1/闲2/闲3标签
- 优化下注金额显示,使用scale(0.5)避免翻倍文字溢出
- 调整poker-section高度(60→40px)和路单高度(100→130px)
- 修复overflow设置允许筹码和金额显示溢出

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 16:56:57 +08:00
node_modules chore: 更新 .gitignore 规则,排除构建产物和缓存文件 2026-01-17 23:16:57 +08:00
public Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00
src feat: 牛牛/三卡竖屏优化 - 定位牌显示、卡牌标签、下注金额缩放 2026-01-22 16:56:57 +08:00
.browserslistrc Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00
.eslintrc.js Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00
.gitignore chore: 排除 dist 构建目录,避免提交构建产物 2026-01-17 23:17:32 +08:00
.prettierrc.js Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00
babel.config.js Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00
jsconfig.json Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00
package-lock.json Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00
package.json Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00
postcss.config.js Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00
README.md Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00
vue.config.js Initial commit: GamePortrait 竖屏版 - 深色豪华主题 2026-01-16 17:47:53 +08:00

agame

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.