feat: convert date in page list

This commit is contained in:
QiShaoXuan
2022-12-13 17:40:31 +08:00
parent 6cb552d62f
commit 378fe52aec
8 changed files with 55 additions and 15 deletions
@@ -17,8 +17,6 @@ export type EditorHandlers = {
query?: { [key: string]: string }
) => Promise<boolean>;
getPageMeta: (pageId: string) => PageMeta | void;
deletePage: (pageId: string) => void;
recyclePage: (pageId: string) => void;
toggleDeletePage: (pageId: string) => void;
favoritePage: (pageId: string) => void;
unFavoritePage: (pageId: string) => void;