开发环境

参照《从源码运行 arknights-mower》搭建开发环境。

Python 版本

  • 2024.02 分支需要 Python 3.8
  • dev_shawn 分支需要 Python 3.12

自动格式化

  • Python 代码使用 Ruff 自动格式化(已配置 ruff.toml
  • 前端代码使用 Prettier 自动格式化(已配置 ui/.prettierrc.json

GitHub Actions 会自动检查代码格式。