初步完成UI美化

This commit is contained in:
DLmaster
2025-01-01 21:50:40 +08:00
parent ee40fdb3c3
commit f54e83673f
8 changed files with 416 additions and 268 deletions

View File

@@ -38,4 +38,5 @@ if __name__ == "__main__":
application = QApplication(sys.argv)
window = AUTO_MAA(config=config, notify=notify, crypto=crypto)
window.main.check_PASSWORD()
sys.exit(application.exec())