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 @@