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
|
0fa2a10c12
|
[fix]:[wine]补充ATP运行时文件(startup/graphics等)至pro-deploy
|
2026-06-27 09:52:55 +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
|
2098e6797d
|
feat: restore system messages admin page
|
2026-06-14 00:41:19 +08:00 |
|
chengkml
|
c96bb5fa2d
|
fix: proxy prod api traffic through web entry
|
2026-05-16 16:56:18 +08:00 |
|
chengkml
|
7eb29346c8
|
fix login cors deployment config
|
2026-05-16 15:00:23 +08:00 |
|
chengkml
|
90ed11c4da
|
fix(ci): switch deploy images to cn registry
|
2026-05-16 14:23:23 +08:00 |
|
chengkml
|
b649fac7b9
|
feat(web): support /fl base path deployment
|
2026-05-16 14:08:18 +08:00 |
|
Admin
|
407ff75587
|
修复生产部署 flower 容器命名冲突
Co-authored-by: multica-agent <github@multica.ai>
|
2026-05-03 19:02:56 +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
|
484b24f53c
|
chore: align pro port mappings with dev for api and flower
|
2026-05-02 14:41:50 +08:00 |
|
chengkai3
|
3fbd7be7d6
|
chore: expose production web service on port 3000
|
2026-05-02 14:18:48 +08:00 |
|
chengkai3
|
bbe0fc9277
|
ci: track deploy/pro-deploy .env for workflow sync
|
2026-05-02 13:37:10 +08:00 |
|
chengkai3
|
85689bf1bd
|
refactor: migrate deploy layout and stabilize compose runtime
|
2026-05-02 12:34:27 +08:00 |
|