可打包运行版本,该版本具有模块化特性。如果重置脚本换了,直接改相应类就可以了

This commit is contained in:
huanzhenpc
2025-02-21 16:41:30 +08:00
commit a779797ad6
27 changed files with 3583 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# IDE
.idea/
.vscode/
# Virtual Environment
venv/
env/
# Local development settings
.env
testversion.txt