优化首页筛选来源

This commit is contained in:
yml
2026-05-23 00:43:23 +08:00
parent 0394fcb2b8
commit 0b87754ab3
6 changed files with 1270 additions and 261 deletions
+1
View File
@@ -14,6 +14,7 @@
docker compose -f deploy/docker-compose.dev.yml up -d
docker exec -i hfb-mysql mysql -uhfb -psecret hfb_sys < backend/migrations/000001_init.sql
docker exec -i hfb-mysql mysql -uhfb -psecret hfb_sys < backend/seeds/dev_orders.sql
cd backend
cp .env.example .env