From dc433a2ac95e4bc2b8d76f38bb2f6a72181d972b Mon Sep 17 00:00:00 2001 From: hyb-oyqq <1512383570@qq.com> Date: Mon, 11 Aug 2025 16:14:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(core):=20=E6=9B=B4=E6=96=B0.gitignore?= =?UTF-8?q?=E5=92=8C=E6=B8=85=E7=90=86=E6=97=A0=E7=94=A8=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在.gitignore中添加source/STRUCTURE.md以优化文件管理。 - 删除不再使用的ui_manager.py文件,提升项目整洁性。 - 在Main.py中调整代码格式,确保一致性。 --- .gitignore | 3 ++- source/Main.py | 2 +- source/ui_manager.py | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 source/ui_manager.py 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