feat: add tags support (#2988)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
3720
2023-07-04 15:32:11 +08:00
committed by GitHub
parent e871ffcba0
commit 000f802baa
34 changed files with 706 additions and 78 deletions
+1
View File
@@ -13,5 +13,6 @@ export const filterPage = (collection: Collection, page: PageMeta) => {
'Is Favourited': !!page.favorite,
Created: page.createDate,
Updated: page.updatedDate ?? page.createDate,
Tags: page.tags,
});
};