fix: rebase main

This commit is contained in:
jialin
2026-04-24 14:28:30 +08:00
committed by jialin
parent 16449613e0
commit 597a86562a
28 changed files with 88 additions and 56 deletions
-12
View File
@@ -294,18 +294,6 @@ export const ExtraContent = (props: { isDarkTheme?: boolean }) => {
</NewLabel>
)}
</div>
<Button
type="text"
size="small"
onClick={() => {
history.push('/settings');
}}
style={{
color: 'var(--ant-color-text-tertiary)'
}}
>
<IconFont type="icon-settings-02" style={{ fontSize: 18 }} />
</Button>
<DropdownActions menu={{ ...helpMenu }} popupRender={helpPopupRender}>
<IconWrapper>
<IconFont