问题:Docker 构建时 Vite 无法解析 @/ 路径别名 原因:vite.config.ts 缺少 resolve.alias 配置 解决:添加 @ 别名指向 ./src 目录 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>