feat(web): 红果-style homepage + instant-play prebaked first acts

Rewrites all 64 homepage cards (32 男性向 + 32 女性向) as short-drama hook
stories (战神归来 / 重生分手前夜 / 系统选妃 / 穿成乙游男配 / 末世异能 / 民国
谍战 / 修真渡劫 …) and regenerates each cover via FLUX in its assigned art
style (12 styles spread across 64 cards) at 832×1024 ≈4:5.

Click-to-play path: cards now jump straight to /play?card=<name> and hydrate
Session from /home/firstact/<name>.json — the engine pipeline (Architect +
Writer + CharacterDesigner + Painter) has been pre-run for 44/64 cards. The
remaining 20 (m14/m29/f14..f31) are pending an LLM credit top-up; their
clicks fall through to live /api/start for now.

Runware-hosted first-scene images are downloaded into /home/firstscene/
and the JSONs are rewritten to point at the local webp, so click → first
image is bounded by local-disk decode (~100ms) instead of CDN round-trip.

Scripts:
- scripts/generate-home-images.mjs  — rewrites all 64 cover prompts, per-card
  styles baked into prompts, 832×1024 dims to match StoryCard aspect
- scripts/prebake-firstacts.mjs     — POST /api/start × 64 with concurrency
  4, saves StartResponse to public/home/firstact/<name>.json
- scripts/localize-firstact-images.mjs — downloads each prebaked imageUrl
  to public/home/firstscene/<name>.webp (q80, ≤1600px) and rewrites JSON

README: adds Screenshots section (3×3 gallery) to README.md / README.zh-CN.md,
9 in-game shots compressed to docs/screenshots/*.webp (7.5MB → 680KB).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
DESKTOP-I1T6TF3\Q
2026-06-02 17:20:34 +08:00
parent 9ae91dd3ed
commit d93c16d836
168 changed files with 680 additions and 544 deletions
+22
View File
@@ -18,6 +18,28 @@ Free to play, no setup required: [infiplot.com](https://infiplot.com)
---
## 📸 Screenshots
<table>
<tr>
<td><img src="docs/screenshots/4.webp" width="280" alt="School rooftop scene"></td>
<td><img src="docs/screenshots/c3.webp" width="280" alt="Golden hour rooftop dialogue"></td>
<td><img src="docs/screenshots/c5.webp" width="280" alt="Sunset rooftop confession"></td>
</tr>
<tr>
<td><img src="docs/screenshots/c7.webp" width="280" alt="Rooftop close-up choice"></td>
<td><img src="docs/screenshots/a4.webp" width="280" alt="Twilight rooftop drama"></td>
<td><img src="docs/screenshots/5.webp" width="280" alt="Cityscape evening scene"></td>
</tr>
<tr>
<td><img src="docs/screenshots/d2.webp" width="280" alt="Cyberpunk neon alley"></td>
<td><img src="docs/screenshots/f2.webp" width="280" alt="Night street anime scene"></td>
<td><img src="docs/screenshots/f5.webp" width="280" alt="Late-night encounter"></td>
</tr>
</table>
---
## Team & Vision
We're a group of young people from Tsinghua University and other schools.