This commit is contained in:
archer
2023-07-05 23:29:28 +08:00
parent 8e9816d648
commit 46f20c7dc3
18 changed files with 352 additions and 92 deletions

View File

@@ -20,8 +20,8 @@ const NavbarPhone = ({ unread }: { unread: number }) => {
{
label: '应用',
icon: 'tabbarModel',
link: `/model`,
activeLink: ['/model'],
link: `/app/list`,
activeLink: ['/app/list'],
unread: 0
},
{