feat: interaction change (#788)

This commit is contained in:
Qi
2023-02-15 15:21:29 +08:00
committed by GitHub
parent ce24174971
commit eb1d4fe1f6
8 changed files with 119 additions and 97 deletions

View File

@@ -19,6 +19,7 @@ export const Favorite = () => {
</PageListHeader>
<PageList
pageList={pageList.filter(p => p.favorite && !p.trash)}
showFavoriteTag={true}
listType="favorite"
/>
</>