From 724a3896b527ca55e52204112746f4ab1342ce53 Mon Sep 17 00:00:00 2001 From: LeonMMcoset Date: Fri, 26 Sep 2025 09:37:20 +0000 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E5=85=BD=E4=BF=9D=E4=BD=91=E6=B0=B8?= =?UTF-8?q?=E6=97=A0=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyqt5fluentdesign/leonapp_gui.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pyqt5fluentdesign/leonapp_gui.py b/pyqt5fluentdesign/leonapp_gui.py index 7e6d43c..78c2da7 100644 --- a/pyqt5fluentdesign/leonapp_gui.py +++ b/pyqt5fluentdesign/leonapp_gui.py @@ -5,6 +5,26 @@ LeonApp GUI - 基于PyQt5和Fluent Design的App Store API图形界面工具 """ +# +#    ┏┓   ┏┓ +#   ┏┛┻━━━┛┻┓ +#   ┃        ┃ +#   ┃   ━    ┃ +#   ┃ ┳┛ ┗┳ ┃ +#   ┃        ┃ +#   ┃   ┻    ┃ +#   ┃        ┃ +#   ┗━┓   ┏━┛Codes are far away from bugs with the animal protecting +#     ┃   ┃ 神兽保佑,代码无bug +#     ┃   ┃ +#     ┃   ┗━━━┓ +#     ┃      ┣┓ +#     ┃     ┏┛ +#     ┗┓┓┏━┳┓┏┛ +#      ┃┫┫ ┃┫┫ +#      ┗┻┛ ┗┻┛ +# + # APP版本号 APP_VERSION = "Beta 0.4"