From 8964155b2662f20fb601e0fe5fa5998cc0f69207 Mon Sep 17 00:00:00 2001 From: yuanzonghao Date: Wed, 24 Jun 2026 18:51:28 +0800 Subject: [PATCH] feat(web): add floating feedback FAB on homepage linking to Tally form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Collect beta user feedback via Tally.so — fixed-position button in the bottom-right corner opens the form in a new tab. Ember-orange default, clay-dark on hover, i18n labels for zh-CN / en / ja. Co-Authored-By: Claude Opus 4.6 --- app/[locale]/page.tsx | 12 ++++++++++++ lib/i18n/locales/en.ts | 1 + lib/i18n/locales/ja.ts | 1 + lib/i18n/locales/zh-CN.ts | 1 + 4 files changed, 15 insertions(+) diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index fce7415..6273cbf 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -2155,6 +2155,18 @@ export default function HomePage() { + {/* ================== 反馈悬浮按钮 ================== */} + + + {t("home.ui.feedback")} + + {styleOpen && styleRow >= 0 && (