This commit is contained in:
恍兮惚兮 2024-12-25 21:07:46 +08:00
parent 4a477c5153
commit 5473caaca3
4 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,7 @@ Requires installation of WeChat or the latest version of QQ
#### **WindowsOCR**
## How to Install Additional Language Support for WindowsOCR?
## <div id="windowsocr">How to Install Additional Language Support for WindowsOCR?</div>
> WindowsOCR only supports Windows 10 and Windows 11 operating systems.

View File

@ -197,7 +197,7 @@ WeChatまたは最新バージョンのQQのインストールが必要です
#### **WindowsOCR**
## WindowsOCRの追加言語サポートをインストールする方法
## <div id="windowsocr">WindowsOCRの追加言語サポートをインストールする方法</div>
> WindowsOCRはWindows 10およびWindows 11オペレーティングシステムのみをサポートしています。

View File

@ -232,7 +232,7 @@ GPU整合包 https://lunatranslator.org/Resource/IntegrationPack/manga_ocr/gpu
#### **WindowsOCR**
## WindowsOCR如何安装额外的语言支持
## <div id="windowsocr">WindowsOCR如何安装额外的语言支持</div>
> WindowsOCR仅支持win10-win11操作系统

View File

@ -41,7 +41,7 @@ def question():
btndownload = LPushButton("添加语言包")
btndownload.clicked.connect(
lambda: gobject.baseobject.openlink(
dynamiclink("{docs_server}/#/zh/windowsocr")
dynamiclink("{docs_server}/#/zh/useapis/ocrapi?id=windowsocr")
)
)
formLayout.addWidget(LLabel("当前支持的语言"))