一键部署:主程序+OCR同机(screen/GPU),Ollama外置局域网。

This commit is contained in:
dekun
2026-06-28 14:44:51 +08:00
parent 9713c640b4
commit 357f61c57c
13 changed files with 329 additions and 75 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ export default function SettingsPage() {
<Form.Item
name="ocr_service_url"
label="OCR 服务地址(局域网 GPU 机器)"
extra="留空则在应用服务器本机 CPU 识别。填写后类似 Ollama,例如 http://192.168.8.100:23567"
extra="留空则在应用服务器本机 CPU 识别。同机部署时填 http://127.0.0.1:23567install.sh 已自动配置)"
>
<Input placeholder="http://192.168.8.100:23567" />
</Form.Item>