release: prepare 0629001 portal updates
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user