fix(deploy): use ASCII player assets and harden Docker Linux builds

Rename Chinese public paths and image filenames so Vite builds succeed on Linux, strip legacy public dirs in Dockerfiles, and document clean redeploy steps.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-08 17:28:15 +08:00
parent 490118f3b5
commit d5913b6301
65 changed files with 80 additions and 24 deletions

View File

@@ -19,7 +19,7 @@ import { usePullToRefresh } from '../composables/usePullToRefresh';
import vsImg from '../assets/images/vs.png';
import GoldSpinner from '../components/GoldSpinner.vue';
import BetSuccessOverlay from '../components/BetSuccessOverlay.vue';
import cardBg from '../assets/images/卡片.png';
import cardBg from '../assets/images/card-bg.png';
const heroCardBg = `url(${cardBg})`;