feat(res): 公招喜报模板优化

This commit is contained in:
DLmaster361
2025-06-04 11:21:34 +08:00
parent e49b807bef
commit 895ba1d24a
7 changed files with 34 additions and 125 deletions

View File

@@ -405,4 +405,6 @@ class ButtonGroup(SimpleCardWidget):
def open_sales(self):
"""打开 MirrorChyan 链接"""
QDesktopServices.openUrl(QUrl("https://mirrorchyan.com/"))
QDesktopServices.openUrl(
QUrl("https://mirrorchyan.com/zh/get-start?source=auto_maa-home")
)