feat: add project acceptance collection service

This commit is contained in:
2026-08-19 15:28:14 +08:00
parent 175b38138e
commit 2da7f4f328
8 changed files with 1321 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ cd "/Users/xiaoti/Downloads/Holy蟹搜索监测平台-后端服务-20260723"
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
playwright install chromium
cp .env.example .env
python app.py
```