🎨 style(ui): Optimize icon adaptation

This commit is contained in:
Apple\Apple
2025-05-26 22:25:38 +08:00
parent 16ad2d48d8
commit 1e57317322
2 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ import {
IconCalendarClock,
IconChecklistStroked,
IconComment,
IconCommentStroked,
IconTerminal,
IconCreditCard,
IconGift,
IconHelpCircle,
@@ -252,7 +252,7 @@ const SiderBar = () => {
text: 'Playground',
itemKey: 'playground',
to: '/playground',
icon: <IconCommentStroked />,
icon: <IconTerminal />,
},
{
text: t('聊天'),