提交图

4 次代码提交

作者 SHA1 备注 提交日期
XuqmGroup
344baead4e fix: copy workspace package.json before yarn install so devDeps are installed
vue-tsc and other workspace devDeps were missing because COPY <workspace>/
ran after yarn install, leaving yarn without sub-package manifests.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-11 17:27:39 +08:00
XuqmGroup
58f7fb4a44 fix(web): 修复双垂直滚动条并优化Docker构建缓存策略
- MainLayout: 为侧边栏添加 overflow:hidden,避免 el-aside 默认
  overflow:auto 在菜单内容较多时产生第二条垂直滚动条
- Dockerfile.tenant: 将 COPY 源码移至 yarn install 之后并引入
  GIT_COMMIT ARG,确保每次提交都重新构建源码层,防止 --cache-from
  错误复用旧层导致更新未生效
- Jenkinsfile: 传入 GIT_COMMIT 构建参数;新增 NO_CACHE 参数,缓存
  异常时可强制全量重建

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-11 15:11:43 +08:00
XuqmGroup
4d98ae151f fix: add --platform=linux/amd64 to Dockerfiles for cross-platform build 2026-05-14 15:20:45 +08:00
XuqmGroup
8f27adfe06 feat: split web jenkins jobs 2026-05-09 16:22:13 +08:00