mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 11:42:20 +08:00
update version
This commit is contained in:
parent
b57b7c3608
commit
f11ca214db
@ -1,4 +1,4 @@
|
|||||||
version = '0.2.3'
|
version = '0.2.4'
|
||||||
contact = '474379264'
|
contact = '474379264'
|
||||||
description = [
|
description = [
|
||||||
'1. 支持获取个人信息\n',
|
'1. 支持获取个人信息\n',
|
||||||
|
@ -108,9 +108,9 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow):
|
|||||||
self.action_output_CSV.setIcon(Icon.ToCSV)
|
self.action_output_CSV.setIcon(Icon.ToCSV)
|
||||||
self.action_output_CSV.triggered.connect(self.output)
|
self.action_output_CSV.triggered.connect(self.output)
|
||||||
self.action_help_contact.triggered.connect(
|
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(
|
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(
|
self.action_help_decrypt.triggered.connect(
|
||||||
lambda: QDesktopServices.openUrl(QUrl("https://blog.lc044.love/post/4")))
|
lambda: QDesktopServices.openUrl(QUrl("https://blog.lc044.love/post/4")))
|
||||||
self.listWidget.setVisible(False)
|
self.listWidget.setVisible(False)
|
||||||
|
Loading…
Reference in New Issue
Block a user