适配最新的mineru-api,允许设置lang_list和server-url

This commit is contained in:
xunbu
2025-12-08 23:55:50 +08:00
parent 7afd4c34f1
commit 0182787826
4 changed files with 27 additions and 6 deletions

View File

@@ -71,6 +71,9 @@
"mineruDeployBackendMlx": "MLX Engine",
"mineruDeployBackendVllm": "VLLM Engine",
"mineruDeployBackendVllmAsync": "VLLM Async Engine",
"mineruDeployLangListLabel": "语言列表 (Pipeline模式)",
"mineruDeployServerUrlLabel": "Server URL",
"mineruDeployServerUrlPlaceholder": "例如: http://127.0.0.1:30000",
"mineruDeployStartPageLabel": "起始页面",
"mineruDeployEndPageLabel": "结束页面",
"mineruDeployFormulaEnableLabel": "启用公式解析",
@@ -163,7 +166,7 @@
"engineOptionDocling": "Docling",
"engineOptionMineruDeploy": "Mineru部署服务",
"engineOptionMineru_deploy": "Mineru部署服务",
"apiHrefInfo302ai": "👈由此链接注册可享受1免费额度",
"apiHrefInfo302ai": "👈由此链接注册可享受1美元免费额度",
"glossaryEmpty": "术语表为空",
"status_selectFileFirst": "请先选择文件!",
"status_fillRequired": "请填写所有必填项!",
@@ -265,6 +268,9 @@
"mineruDeployBackendMlx": "MLX Engine",
"mineruDeployBackendVllm": "VLLM Engine",
"mineruDeployBackendVllmAsync": "VLLM Async Engine",
"mineruDeployLangListLabel": "Language List (Pipeline Mode)",
"mineruDeployServerUrlLabel": "Server URL",
"mineruDeployServerUrlPlaceholder": "e.g., http://127.0.0.1:30000",
"mineruDeployStartPageLabel": "Start Page",
"mineruDeployEndPageLabel": "End Page",
"mineruDeployFormulaEnableLabel": "Enable Formula Parsing",

File diff suppressed because one or more lines are too long