From 6e271347aec013c72dac84c7b2f2b8e2ebfccb3c Mon Sep 17 00:00:00 2001 From: Stringadmin Date: Mon, 8 Jun 2026 13:54:45 +0800 Subject: [PATCH] fix: restore bug feedback entry --- src/App.tsx | 2 ++ src/components/AppShell.tsx | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 978aa4a..ba85629 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -146,6 +146,8 @@ function normalizeViewKey(rawView: string): WebViewKey { ? "login" : rawView === "ecommerceHub" ? "ecommerce" + : rawView === "bug-feedback" || rawView === "feedback" + ? "report" : rawView === "terms" || rawView === "agreement" || rawView === "user-agreement" ? "userAgreement" : rawView === "privacy" || rawView === "privacy-policy" diff --git a/src/components/AppShell.tsx b/src/components/AppShell.tsx index 662f84d..27f6d03 100644 --- a/src/components/AppShell.tsx +++ b/src/components/AppShell.tsx @@ -370,6 +370,7 @@ function AppShell({
{publicConfig.contactPhone || "由服务器配置"}
+ setInfoOpen(false)}>Bug 反馈 setInfoOpen(false)}>用户协议 setInfoOpen(false)}>隐私政策
@@ -457,7 +458,7 @@ function AppShell({ }} > - 投诉举报 + Bug 反馈 {showCommunityReview ? ( <>