fix: restore bug feedback entry

This commit is contained in:
2026-06-08 13:54:45 +08:00
parent bff66a3545
commit 6e271347ae
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -370,6 +370,7 @@ function AppShell({
<dd>{publicConfig.contactPhone || "由服务器配置"}</dd>
</dl>
<div className="info-popover__links">
<a href="#/bug-feedback" onClick={() => setInfoOpen(false)}>Bug </a>
<a href="#/userAgreement" onClick={() => setInfoOpen(false)}></a>
<a href="#/privacyPolicy" onClick={() => setInfoOpen(false)}></a>
</div>
@@ -457,7 +458,7 @@ function AppShell({
}}
>
<ShellIcon name="flag" />
Bug
</button>
{showCommunityReview ? (
<>