feat(web): add QQ beta-community group to homepage + READMEs

Fills the long-empty "内 测 用 户 群" placeholder (was "群二维码 /
邀请链接(待补充)") on the homepage contact grid with the real QQ
group QR (group ID 575404333) plus a scan-or-search line.

Mirrors it across all three READMEs as a scan-to-join block right
after the contact line, rendered from apps/web/public/qq-group.webp
(760×760 QR-only crop with a white quiet zone, ~45KB).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
yuanzonghao
2026-06-02 19:26:54 +08:00
parent 3e132ce28b
commit abb6be5cdd
5 changed files with 23 additions and 2 deletions
+11 -2
View File
@@ -722,8 +722,17 @@ export default function HomePage() {
<div>
<p className="text-[10px] smallcaps text-clay-500 mb-3"> </p>
<p className="font-serif italic text-clay-500 text-base leading-relaxed">
/
<img
src="/qq-group.webp"
alt="InfiPlot 内测交流群 QQ 群二维码(群号 575404333"
width={760}
height={760}
loading="lazy"
className="mx-auto mb-3 w-32 max-w-full rounded-sm border border-clay-900/10 shadow-sm shadow-clay-900/5"
/>
<p className="font-serif text-clay-700 text-base leading-relaxed">
<i className="fa-brands fa-qq text-[15px] text-clay-500" /> {" "}
<span className="font-sans text-sm text-clay-900">575404333</span>
</p>
</div>
</div>