From deb05061630a2907e9c701d2018300be87c4aa85 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Sat, 12 Apr 2025 09:46:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E6=B7=BB=E5=8A=A0MirrorChyan?= =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ui/home.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/ui/home.py b/app/ui/home.py index a979e55..fa9c9fb 100644 --- a/app/ui/home.py +++ b/app/ui/home.py @@ -369,11 +369,11 @@ class ButtonGroup(SimpleCardWidget): doc_button.clicked.connect(self.open_chat) layout.addWidget(doc_button) - # 创建 官方店铺 按钮 (当然没有) + # 创建 MirrorChyan 按钮 doc_button = IconButton( FluentIcon.SHOPPING_CART.icon(color=QColor("#fff")), - tip_title="官方店铺", - tip_content="暂时没有官方店铺,但是可以加入官方群聊哦~", + tip_title="非官方店铺", + tip_content="购买 MirrorChyan CDK,更新快人一步", isTooltip=True, ) doc_button.setIconSize(QSize(32, 32)) @@ -400,5 +400,5 @@ class ButtonGroup(SimpleCardWidget): QDesktopServices.openUrl(QUrl("https://clozya.github.io/AUTOMAA_docs")) def open_sales(self): - """其实还是打开 Q群 链接""" - QDesktopServices.openUrl(QUrl("https://qm.qq.com/q/bd9fISNoME")) + """打开 MirrorChyan 链接""" + QDesktopServices.openUrl(QUrl("https://mirrorchyan.com/"))