feat(ui): 自定义基建显示配置名称

This commit is contained in:
DLmaster361
2025-05-09 19:54:07 +08:00
parent fbfdc6aa12
commit 5893aa2426
5 changed files with 37 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ def main():
window = AUTO_MAA()
window.show_ui("显示主窗口")
window.show_ui("配置托盘")
window.start_up_task()
sys.exit(application.exec())