更新帮助链接

This commit is contained in:
shuaikangzhou 2023-11-27 19:19:37 +08:00
parent 62f0115548
commit 252b7fa145
2 changed files with 10687 additions and 3228 deletions

File diff suppressed because it is too large Load Diff

View File

@ -33,8 +33,7 @@ class DecryptControl(QWidget, decryptUi.Ui_Dialog):
def show_help(self):
# 定义网页链接
url = QUrl("http://8.146.206.114/post/4")
url = QUrl("https://blog.lc044.love/post/4")
# 使用QDesktopServices打开网页
QDesktopServices.openUrl(url)