为越南客户优化筹码显示,将筹码面值改为 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> |
||
|---|---|---|
| node_modules | ||
| public | ||
| src | ||
| .browserslistrc | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc.js | ||
| babel.config.js | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| vue.config.js | ||
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