修复问题

This commit is contained in:
2026-04-03 23:56:36 +08:00
parent 17655f2dba
commit 104dfe9693
6 changed files with 161 additions and 5 deletions
+15
View File
@@ -0,0 +1,15 @@
# Python 编译文件
__pycache__/
*.py[cod]
*.so
ui/__pycache__/
# 打包exe相关
dist/
build/
*.spec
# 编辑器
.idea/
.vscode/
*.swp