## 环境准备 ```shell # python nvm local 3.13.0 python -m venv venv source venv/bin/activate # node nvm use v20.18.0 ```