feat(website): add QQ group QR code to navigation bar (#572)

Add a "QQ Group" tab in the site header that opens a centered modal
with the QR code image. Includes mobile menu support and i18n.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-05-09 19:17:15 +08:00
committed by GitHub
parent 4f8f932d03
commit 2ba88f7b07
4 changed files with 69 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ export default {
home: 'Home',
docs: 'Documentation',
github: 'GitHub',
qqGroup: 'QQ Group',
},
hero: {
title: 'Self-Hosted AI Chat Dashboard',
+1
View File
@@ -3,6 +3,7 @@ export default {
home: '首页',
docs: '文档',
github: 'GitHub',
qqGroup: 'QQ 群',
},
hero: {
title: '自托管 AI 聊天仪表板',