fix: 新增态 效果

This commit is contained in:
Daniel
2026-03-05 15:53:10 +08:00
parent a3bf8abda5
commit af59d6367f
16 changed files with 1334 additions and 113 deletions

View File

@@ -30,6 +30,7 @@ if [ ! -f "$DB_FILE_PATH" ]; then
npm run api:seed
else
echo " - Existing DB detected at $DB_FILE_PATH, skip seeding"
echo " (若刚更新了 seed 想刷新地图/战损等,请先执行: npm run api:seed)"
fi
echo "==> Starting API (http://localhost:3001)..."