From 22f806bfb0ba2c65cac6525e66ad5d59f6d03b1d Mon Sep 17 00:00:00 2001
From: KenanZhu <3471685733@qq.com>
Date: Fri, 30 Jan 2026 22:10:00 +0800
Subject: [PATCH] =?UTF-8?q?chore(*):=20=E6=9B=B4=E6=96=B0=E6=9C=89?=
=?UTF-8?q?=E5=85=B3=E5=B8=AE=E5=8A=A9=E6=89=8B=E5=86=8C=E7=9A=84=E9=93=BE?=
=?UTF-8?q?=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/release.yml | 2 +-
readme.md | 4 ++--
src/gui/ALConfigWidget.ui | 2 +-
src/gui/ALMainWindow.py | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 448171a..7790237 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -135,7 +135,7 @@ jobs:
4. 运行 `AutoLibrary-${{ needs.build.outputs.version }}.exe` (首次运行会初始化配置文件)
5. 按照提示操作即可
- 更多详情请访问 [AutoLibrary 网站](http://www.autolibrary.top) 和查看 [帮助手册](https://www.autolibrary.top/docs)
+ 更多详情请访问 [AutoLibrary 网站](http://www.autolibrary.top) 和查看 [帮助手册](https://www.autolibrary.top/manuals)
---
**完整更新日志见下方自动生成的 Release Notes**
diff --git a/readme.md b/readme.md
index f4ac32a..2b23f81 100644
--- a/readme.md
+++ b/readme.md
@@ -22,7 +22,7 @@
4. 批量操作 - 支持同时预约多个用户,可以指定当前需要跳过的用户,并将用户分成多个组
5. 定时任务 - 使用内置定时任务管理,添加定时任务,指定时间后按当前预约信息自动运行
-*1,2,3 的具体操作方法和注意事项请访问我们的 [帮助手册](https://www.autolibrary.top/docs)*
+*1,2,3 的具体操作方法和注意事项请访问我们的 [帮助手册](https://www.autolibrary.top/manuals)*
### 如何使用
@@ -32,7 +32,7 @@
4. 运行 `AutoLibrary.exe` 文件。
5. 按照提示操作即可。
-*注意 1*: 关于浏览器驱动的下载和其它相关问题,请参考我们的 [帮助手册](https://www.autolibrary.top/docs) 中对应软件版本的内容。
+*注意 1*: 关于浏览器驱动的下载和其它相关问题,请参考我们的 [帮助手册](https://www.autolibrary.top/manuals) 中对应软件版本的内容。
#### 平台支持 & 编译步骤
diff --git a/src/gui/ALConfigWidget.ui b/src/gui/ALConfigWidget.ui
index 1e17992..e5ba266 100644
--- a/src/gui/ALConfigWidget.ui
+++ b/src/gui/ALConfigWidget.ui
@@ -1356,7 +1356,7 @@
- <html><head/><body><p>详情请参阅 <a href="https://www.autolibrary.top/docs"><span style=" text-decoration: underline; color:#69fcff;">用户手册</span></a></p></body></html>
+ <html><head/><body><p>详情请参阅 <a href="https://www.autolibrary.top/manuals"><span style=" text-decoration: underline; color:#69fcff;">用户手册</span></a></p></body></html>
<html><head/><body><p><br/></p></body></html>
diff --git a/src/gui/ALMainWindow.py b/src/gui/ALMainWindow.py
index 914a968..604e817 100644
--- a/src/gui/ALMainWindow.py
+++ b/src/gui/ALMainWindow.py
@@ -98,7 +98,7 @@ class ALMainWindow(MsgBase, QMainWindow, Ui_ALMainWindow):
self
):
- url = QUrl("https://www.autolibrary.top/docs")
+ url = QUrl("https://www.autolibrary.top/manuals")
QDesktopServices.openUrl(url)