diff --git a/.gitignore b/.gitignore index d0a23b1..450e39e 100644 --- a/.gitignore +++ b/.gitignore @@ -186,4 +186,5 @@ venv/ .venv/ Thumbs.db .DS_Store -STRUCTURE.md \ No newline at end of file +STRUCTURE.md +source/STRUCTURE.md diff --git a/source/Main.py b/source/Main.py index c7c8301..ae3efe1 100644 --- a/source/Main.py +++ b/source/Main.py @@ -59,4 +59,4 @@ if __name__ == "__main__": logger.info("隐私协议已同意,启动主程序") window = MainWindow() window.show() - sys.exit(app.exec()) \ No newline at end of file + sys.exit(app.exec()) \ No newline at end of file diff --git a/source/ui_manager.py b/source/ui_manager.py deleted file mode 100644 index 0519ecb..0000000 --- a/source/ui_manager.py +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file