Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 重构部分代码 #7

Merged
merged 6 commits into from
Mar 9, 2024
Merged

🎨 重构部分代码 #7

merged 6 commits into from
Mar 9, 2024

Conversation

SilianZ
Copy link
Member

@SilianZ SilianZ commented Mar 9, 2024

  • 新增使用 loguru 编写的 logger
  • 新增使用 tqdm 编写的进度条
  • 重构 config.py
  • 修正了多处工地英语
  • print 改为 logger
  • 更新 README 以适应新的 config 文件
  • 修改 requirements.txt
  • 修改 Dashboard 的部分样式
  • 更新 config.*.example
  • 更新配置文件语言至 YAML
  • 更新 Dockerfile 以适配新的版本
  • 更新 .gitignore

- 新增使用 `loguru` 编写的 logger
- 新增使用 `tqdm` 编写的进度条
- 重构 `config.py`
- 修正了多处工地英语
- 将 `print` 改为 `logger`
- 更新 README 以适应新的 config 文件
- 修改 `requirements.txt`
- 修改 Dashboard 的部分样式
- 更新 config.*.example
- 更新配置文件语言至 YAML
- 更新 `Dockerfile` 以适配新的版本
- 更新 `.gitignore`
@SilianZ SilianZ linked an issue Mar 9, 2024 that may be closed by this pull request
@SilianZ SilianZ added the 改进 新的功能或请求 label Mar 9, 2024
@SilianZ SilianZ merged commit 97122d2 into master Mar 9, 2024
3 checks passed
@SilianZ SilianZ deleted the dev/config branch March 9, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
改进 新的功能或请求
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🎨 重构 config.py 和 logger
2 participants