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"