mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-08-02 14:19:35 +08:00
chore: 更新官网手册链接
This commit is contained in:
@@ -122,7 +122,7 @@ class ALMainWindow(MsgBase, QMainWindow, Ui_ALMainWindow):
|
|||||||
self
|
self
|
||||||
):
|
):
|
||||||
|
|
||||||
url = QUrl("https://www.autolibrary.kenanzhu.com/manuals")
|
url = QUrl("https://manuals.autolibrary.kenanzhu.com")
|
||||||
QDesktopServices.openUrl(url)
|
QDesktopServices.openUrl(url)
|
||||||
|
|
||||||
def setupTray(
|
def setupTray(
|
||||||
|
|||||||
@@ -322,5 +322,5 @@ class ALTimerTaskAddDialog(QDialog, Ui_ALTimerTaskAddDialog):
|
|||||||
):
|
):
|
||||||
|
|
||||||
QDesktopServices.openUrl(
|
QDesktopServices.openUrl(
|
||||||
QUrl("https://www.autolibrary.kenanzhu.com/manuals/autoscript")
|
QUrl("https://manuals.autolibrary.kenanzhu.com/zh/autoscript")
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user