mirror of
https://github.com/Zippland/Snap-Solver.git
synced 2026-01-19 01:21:13 +08:00
refactor(templates): simplify ocr settings ui by removing descriptions
This commit is contained in:
@@ -408,10 +408,9 @@
|
||||
|
||||
<!-- OCR设置部分 -->
|
||||
<div class="settings-section ocr-settings">
|
||||
<h3><i class="fas fa-font"></i> OCR设置</h3>
|
||||
<h3><i class="fas fa-font"></i> OCR 源设置</h3>
|
||||
<div class="setting-group">
|
||||
<div class="ocr-source-control">
|
||||
<label for="ocrSourceSelect"><i class="fas fa-eye"></i> OCR工具源</label>
|
||||
<div class="ocr-source-selector">
|
||||
<select id="ocrSourceSelect" class="ocr-source-select">
|
||||
<option value="auto">自动选择</option>
|
||||
@@ -419,20 +418,6 @@
|
||||
<option value="mathpix">Mathpix</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="ocr-source-description">
|
||||
<div class="ocr-desc-item">
|
||||
<i class="fas fa-magic"></i>
|
||||
<span><strong>自动选择:</strong>优先使用百度OCR,如无配置则使用Mathpix</span>
|
||||
</div>
|
||||
<div class="ocr-desc-item">
|
||||
<i class="fas fa-language"></i>
|
||||
<span><strong>百度OCR:</strong>支持中文,免费额度大,推荐使用</span>
|
||||
</div>
|
||||
<div class="ocr-desc-item">
|
||||
<i class="fas fa-square-root-alt"></i>
|
||||
<span><strong>Mathpix:</strong>专业数学公式识别,支持LaTeX格式</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user