Commit Graph

8 Commits

Author SHA1 Message Date
chengkai3 16bdd76eaf fix: wine执行器在运行时自动配置D:驱动器映射以支持ATP $INCLUDE路径
tpbig.exe的ATP模板使用Windows绝对路径引用库文件:
  $INCLUDE, D:\ATP\110\ganzi\fanji\noM\short.lib, ...

需要wine的D:驱动器映射到ATP目录才能正确解析。

修改内容:
1. api/app/services/wine_service.py - 新增 _ensure_wine_drive_mapping()
   在每次执行wine前自动创建dosdevices/d:: symlink指向ATP目录,
   并将templates/fanji/*.lib复制到DOS路径对应位置
2. 预创建 ATP/110/ganzi/fanji/noM/ 目录结构并放入库文件
2026-06-27 10:10:45 +08:00
chengkai3 c218a9896e [feat]:[wine]添加Wine执行器配置 - tpbig.exe及ATP测试算例 2026-06-27 07:13:07 +08:00
chengkai3 5aa78c8b2f fix: [FL-124][修复Docker构建npm ci失败问题]
- 修改docker-compose配置,将web服务构建上下文从web目录改为项目根目录
- 调整Dockerfile文件路径引用,适配新的构建上下文
- 将基础镜像从node:22-alpine改为node:22-slim,解决lightningcss在musl环境的兼容性问题
- 修改用户创建命令,适配Debian系统(从alpine的addgroup/adduser改为groupadd/useradd)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
2026-06-15 11:26:16 +08:00
chengkml b649fac7b9 feat(web): support /fl base path deployment 2026-05-16 14:08:18 +08:00
Admin 7b79e12254 修复Redis MISCONF导致Celery写入失败
Co-authored-by: multica-agent <github@multica.ai>
2026-05-03 13:08:01 +08:00
chengkml b402b77b06 chore: sync local changes 2026-05-03 13:05:26 +08:00
Admin 269bbd02d5 修复worker监控页面Flower401配置问题
Co-authored-by: multica-agent <github@multica.ai>
2026-05-02 23:36:35 +08:00
chengkai3 85689bf1bd refactor: migrate deploy layout and stabilize compose runtime 2026-05-02 12:34:27 +08:00