release: prepare 0629001 portal updates

This commit is contained in:
john
2026-06-29 22:20:04 +08:00
parent 18ea4f82fd
commit a40e340a41
84 changed files with 17516 additions and 2475 deletions
+18 -8
View File
@@ -113,14 +113,24 @@ export function FeedbackBoardView({
{total} · {PAGE_SIZE}
</p>
</div>
<button
type="button"
className="feedback-panel-close"
aria-label="关闭反馈"
onClick={() => navigate('/')}
>
</button>
<div className="feedback-board-toolbar-actions">
<button
type="button"
className="feedback-panel-close"
aria-label="提交 Bug 或需求"
onClick={() => navigate('/feedback')}
>
Bug
</button>
<button
type="button"
className="feedback-panel-close"
aria-label="关闭反馈"
onClick={() => navigate('/')}
>
</button>
</div>
</div>
{!loading && total > 0 ? (