From ad4fcf8fe5b4eab9c48d9e8c2e319d98a61d1085 Mon Sep 17 00:00:00 2001 From: SiYuan <863909694@qq.com> Date: Mon, 19 Feb 2024 21:22:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=98=E7=BD=91=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config.py | 2 +- app/ui/contact/contactInfo.py | 4 ++-- app/ui/mainwindow.py | 4 ++-- app/web_ui/templates/christmas.html | 16 ++++++++-------- app/web_ui/templates/index.html | 4 ++-- doc/数据库介绍.md | 2 ++ readme.md | 22 +++++++++++----------- 7 files changed, 28 insertions(+), 26 deletions(-) diff --git a/app/config.py b/app/config.py index 4b9e465..d039f5c 100644 --- a/app/config.py +++ b/app/config.py @@ -1,7 +1,7 @@ version = '1.0.2' contact = '701805520' github = 'https://github.com/LC044/WeChatMsg' -website = 'https://memotrace.lc044.love/' +website = 'https://memotrace.cn/' copyright = '© 2022-2024 SiYuan' license = 'GPLv3' description = [ diff --git a/app/ui/contact/contactInfo.py b/app/ui/contact/contactInfo.py index 75d00b8..97b6a65 100644 --- a/app/ui/contact/contactInfo.py +++ b/app/ui/contact/contactInfo.py @@ -67,7 +67,7 @@ class ContactInfo(QWidget, Ui_Form): self.toolButton_output.showMenu() def analysis(self): - # QDesktopServices.openUrl(QUrl("https://memotrace.lc044.love/")) + # QDesktopServices.openUrl(QUrl("https://memotrace.cn/")) self.report_thread = ReportThread(self.contact) # self.report_thread.okSignal.connect(lambda x: QDesktopServices.openUrl(QUrl("http://127.0.0.1:21314"))) self.report_thread.start() @@ -99,7 +99,7 @@ class ContactInfo(QWidget, Ui_Form): QDesktopServices.openUrl(QUrl(f"http://127.0.0.1:21314/christmas/{self.contact.wxid}")) def emotionale_Analysis(self): - QDesktopServices.openUrl(QUrl("https://memotrace.lc044.love/")) + QDesktopServices.openUrl(QUrl("https://memotrace.cn/")) def back(self): """ diff --git a/app/ui/mainwindow.py b/app/ui/mainwindow.py index 1f2cd92..0a0b7a7 100644 --- a/app/ui/mainwindow.py +++ b/app/ui/mainwindow.py @@ -20,11 +20,11 @@ class Avatar(QLabel): def mouseDoubleClickEvent(self, e): # 双击 super().mouseDoubleClickEvent(e) - QDesktopServices.openUrl(QUrl("https://memotrace.lc044.love/")) + QDesktopServices.openUrl(QUrl("https://memotrace.cn/")) def mousePressEvent(self, e): # 单击 super().mousePressEvent(e) - QDesktopServices.openUrl(QUrl("https://memotrace.lc044.love/")) + QDesktopServices.openUrl(QUrl("https://memotrace.cn/")) class Ui_MainWindow(object): diff --git a/app/web_ui/templates/christmas.html b/app/web_ui/templates/christmas.html index df44eb6..9167d62 100644 --- a/app/web_ui/templates/christmas.html +++ b/app/web_ui/templates/christmas.html @@ -4,12 +4,12 @@