一键部署:主程序+OCR同机(screen/GPU),Ollama外置局域网。
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -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>
|
||||
|
||||
@@ -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:23567(install.sh 已自动配置)"
|
||||
>
|
||||
<Input placeholder="http://192.168.8.100:23567" />
|
||||
</Form.Item>
|
||||
|
||||
Reference in New Issue
Block a user