feat(core): 添加ADB端口号宽幅适配能力

This commit is contained in:
DLmaster361
2025-05-16 20:09:29 +08:00
parent 0b038e2997
commit 13d0115475
9 changed files with 911 additions and 290 deletions

View File

@@ -42,8 +42,7 @@ def main():
from app.ui.main_window import AUTO_MAA
window = AUTO_MAA()
window.show_ui("显示主窗口")
window.show_ui("配置托盘")
window.show_ui("显示主窗口", if_start=True)
window.start_up_task()
sys.exit(application.exec())