docs: make README screenshots clickable to view full size

Wraps each <img> in an <a href="..."> linking to the same path so GitHub
opens the full-resolution image on click instead of just showing the
inline thumbnail.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
DESKTOP-I1T6TF3\Q
2026-06-02 17:24:44 +08:00
parent d93c16d836
commit bce686a7eb
2 changed files with 22 additions and 18 deletions
+11 -9
View File
@@ -20,21 +20,23 @@ Free to play, no setup required: [infiplot.com](https://infiplot.com)
## 📸 Screenshots
<sub><em>click any screenshot to view full size</em></sub>
<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>
<td><a href="docs/screenshots/4.webp"><img src="docs/screenshots/4.webp" width="280" alt="School rooftop scene"></a></td>
<td><a href="docs/screenshots/c3.webp"><img src="docs/screenshots/c3.webp" width="280" alt="Golden hour rooftop dialogue"></a></td>
<td><a href="docs/screenshots/c5.webp"><img src="docs/screenshots/c5.webp" width="280" alt="Sunset rooftop confession"></a></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>
<td><a href="docs/screenshots/c7.webp"><img src="docs/screenshots/c7.webp" width="280" alt="Rooftop close-up choice"></a></td>
<td><a href="docs/screenshots/a4.webp"><img src="docs/screenshots/a4.webp" width="280" alt="Twilight rooftop drama"></a></td>
<td><a href="docs/screenshots/5.webp"><img src="docs/screenshots/5.webp" width="280" alt="Cityscape evening scene"></a></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>
<td><a href="docs/screenshots/d2.webp"><img src="docs/screenshots/d2.webp" width="280" alt="Cyberpunk neon alley"></a></td>
<td><a href="docs/screenshots/f2.webp"><img src="docs/screenshots/f2.webp" width="280" alt="Night street anime scene"></a></td>
<td><a href="docs/screenshots/f5.webp"><img src="docs/screenshots/f5.webp" width="280" alt="Late-night encounter"></a></td>
</tr>
</table>
+11 -9
View File
@@ -20,21 +20,23 @@ InfiPlot是一款AI实时生成内容的互动剧情游戏,这里没有预设
## 📸 游戏截图
<sub><em>点击任意截图可查看大图</em></sub>
<table>
<tr>
<td><img src="docs/screenshots/4.webp" width="280" alt="高中天台黄昏对话"></td>
<td><img src="docs/screenshots/c3.webp" width="280" alt="夕阳下的告白"></td>
<td><img src="docs/screenshots/c5.webp" width="280" alt="天台上的选择"></td>
<td><a href="docs/screenshots/4.webp"><img src="docs/screenshots/4.webp" width="280" alt="高中天台黄昏对话"></a></td>
<td><a href="docs/screenshots/c3.webp"><img src="docs/screenshots/c3.webp" width="280" alt="夕阳下的告白"></a></td>
<td><a href="docs/screenshots/c5.webp"><img src="docs/screenshots/c5.webp" width="280" alt="天台上的选择"></a></td>
</tr>
<tr>
<td><img src="docs/screenshots/c7.webp" width="280" alt="近景特写镜头"></td>
<td><img src="docs/screenshots/a4.webp" width="280" alt="校园暮色"></td>
<td><img src="docs/screenshots/5.webp" width="280" alt="城市夜景"></td>
<td><a href="docs/screenshots/c7.webp"><img src="docs/screenshots/c7.webp" width="280" alt="近景特写镜头"></a></td>
<td><a href="docs/screenshots/a4.webp"><img src="docs/screenshots/a4.webp" width="280" alt="校园暮色"></a></td>
<td><a href="docs/screenshots/5.webp"><img src="docs/screenshots/5.webp" width="280" alt="城市夜景"></a></td>
</tr>
<tr>
<td><img src="docs/screenshots/d2.webp" width="280" alt="赛博朋克霓虹巷"></td>
<td><img src="docs/screenshots/f2.webp" width="280" alt="日系夜街相遇"></td>
<td><img src="docs/screenshots/f5.webp" width="280" alt="深夜街角邂逅"></td>
<td><a href="docs/screenshots/d2.webp"><img src="docs/screenshots/d2.webp" width="280" alt="赛博朋克霓虹巷"></a></td>
<td><a href="docs/screenshots/f2.webp"><img src="docs/screenshots/f2.webp" width="280" alt="日系夜街相遇"></a></td>
<td><a href="docs/screenshots/f5.webp"><img src="docs/screenshots/f5.webp" width="280" alt="深夜街角邂逅"></a></td>
</tr>
</table>