一键部署:主程序+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
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -9,7 +9,7 @@
<meta name="author" content="马建军" />
<meta name="copyright" content="Copyright (c) 马建军. All rights reserved." />
<title>中学成绩档案</title>
<script type="module" crossorigin src="/assets/index-19dlnnB9.js"></script>
<script type="module" crossorigin src="/assets/index-DmCjZu_W.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-GY2etMYN.css">
</head>
<body>
+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>