From f11ca214dbd871e1f744050e12424723eebeedae Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Tue, 28 Nov 2023 22:15:57 +0800 Subject: [PATCH] update version --- app/config.py | 2 +- app/ui_pc/mainview.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config.py b/app/config.py index 893f17da..a0b75a0d 100644 --- a/app/config.py +++ b/app/config.py @@ -1,4 +1,4 @@ -version = '0.2.3' +version = '0.2.4' contact = '474379264' description = [ '1. 支持获取个人信息\n', diff --git a/app/ui_pc/mainview.py b/app/ui_pc/mainview.py index 31afd920..43c456d4 100644 --- a/app/ui_pc/mainview.py +++ b/app/ui_pc/mainview.py @@ -108,9 +108,9 @@ def init_ui(self): self.action_output_CSV.setIcon(Icon.ToCSV) self.action_output_CSV.triggered.connect(self.output) self.action_help_contact.triggered.connect( - lambda: QDesktopServices.openUrl(QUrl("https://blog.lc044.love/post/4"))) + lambda: QDesktopServices.openUrl(QUrl("https://blog.lc044.love/post/5"))) self.action_help_chat.triggered.connect( - lambda: QDesktopServices.openUrl(QUrl("https://blog.lc044.love/post/4"))) + lambda: QDesktopServices.openUrl(QUrl("https://blog.lc044.love/post/5"))) self.action_help_decrypt.triggered.connect( lambda: QDesktopServices.openUrl(QUrl("https://blog.lc044.love/post/4"))) self.listWidget.setVisible(False)