这是使用PyQT5作为UI的首次提交,将后端和UI合并到1个工程中,统一使用了Python,没有使用JS和HTML

This commit is contained in:
2025-12-14 12:13:19 +08:00
commit 872b181703
122 changed files with 70944 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# 忽略 build 和 dist 目录
build/
dist/
# 其他常见忽略项(可选)
*.pyc
*.log
.idea/
.vscode/
.qoder/
__pycache__/