Go to file
李如威 8b043a58a1 feat: 创建路由 2025-09-09 23:25:14 +08:00
backend feat: 创建路由 2025-09-09 23:25:14 +08:00
frontend feat: 创建路由 2025-09-09 23:25:14 +08:00
.gitignore feat: 补充ignore 2025-08-22 13:35:08 +08:00
README.md feat: 创建路由 2025-09-09 23:25:14 +08:00

README.md

环境准备

# python
nvm local 3.13.0
python -m venv venv
source venv/bin/activate

# node
nvm use v20.18.0