perf: chunk filter

This commit is contained in:
archer
2023-08-07 10:59:31 +08:00
parent 1964640d5c
commit 7fe20ef041
5 changed files with 47 additions and 51 deletions

View File

@@ -118,9 +118,9 @@ const Navbar = ({ unread }: { unread: number }) => {
}
: {
color: 'myGray.500',
backgroundColor: 'transparent'
backgroundColor: 'transparent',
onClick: () => router.push(item.link)
})}
onClick={() => router.push(item.link)}
>
<MyIcon
name={