fix: phone
This commit is contained in:
@@ -29,8 +29,8 @@ const Navbar = ({ unread }: { unread: number }) => {
|
||||
},
|
||||
{
|
||||
label: '应用',
|
||||
icon: 'tabbarModel',
|
||||
activeIcon: 'app',
|
||||
icon: 'appLight',
|
||||
activeIcon: 'appFill',
|
||||
link: `/app/list`,
|
||||
activeLink: ['/app/list', '/app/detail']
|
||||
},
|
||||
@@ -43,8 +43,8 @@ const Navbar = ({ unread }: { unread: number }) => {
|
||||
},
|
||||
{
|
||||
label: '市场',
|
||||
icon: 'appLight',
|
||||
activeIcon: 'appFill',
|
||||
icon: 'appStoreLight',
|
||||
activeIcon: 'appStoreFill',
|
||||
link: '/appStore',
|
||||
activeLink: ['/appStore']
|
||||
},
|
||||
|
||||
@@ -12,7 +12,7 @@ const NavbarPhone = ({ unread }: { unread: number }) => {
|
||||
() => [
|
||||
{
|
||||
label: '聊天',
|
||||
icon: 'tabbarChat',
|
||||
icon: 'chatLight',
|
||||
link: `/chat?appId=${lastChatAppId}&historyId=${lastHistoryId}`,
|
||||
activeLink: ['/chat'],
|
||||
unread: 0
|
||||
|
||||
Reference in New Issue
Block a user