fix: phone

This commit is contained in:
archer
2023-07-17 20:52:11 +08:00
parent 44e360b61b
commit 509ca92f0a
12 changed files with 30 additions and 31 deletions

View File

@@ -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']
},

View File

@@ -12,7 +12,7 @@ const NavbarPhone = ({ unread }: { unread: number }) => {
() => [
{
label: '聊天',
icon: 'tabbarChat',
icon: 'chatLight',
link: `/chat?appId=${lastChatAppId}&historyId=${lastHistoryId}`,
activeLink: ['/chat'],
unread: 0