1
0
mirror of https://gitee.com/coder-xiaomo/gitee2github synced 2025-09-13 07:21:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

单一py文件拆分为py文件模块,功能完成

This commit is contained in:
2022-03-17 01:16:26 +08:00
parent 91268f3bba
commit 876936e036
12 changed files with 685 additions and 377 deletions

18
.gitignore vendored
View File

@@ -1 +1,17 @@
*.json
# Python 运行时文件
__pycache__
*.pyc
# 临时文件
temp
# 需要用户自行配置的文件
config.ini
mapping.json
# 用户运行时产生文件
GlobalVars.json
commands.bat
commands.txt
# 克隆的Git仓库
*.git