mingchen666 / DocTranslator

DocTranslator is a powerful document AI translation tool that supports multiple file formats, OpenAI APIs, batch operations, multi-threading, and Docker deployment for efficient translation tasks! DocTranslator 是一款强大的文档 AI 翻译工具,支持多种文件格式、OpenAI格式、批量操作、多线程和 Docker 部署,以实现高效的翻译任务!🚀
https://dc.starpms.cn
149 stars 30 forks source link

Added the missing fields to dev.db; modified the Dockerfile to default to using the self-built image (instead of the online image). #21

Closed Halo5082 closed 2 months ago

Halo5082 commented 2 months ago

仓库的dev.db文件中缺少部分字段,会导致查询sql时没有对应字段,报错: customer表的total_storage; translate表的size, server, app_id, app_key Dockerfile中的镜像是在线pull的,不是前面自行构建的,和readme中不符。已修改