UNPKG

hirsun-vuepress-theme-hope-plus

Version:
7 lines (6 loc) 175 B
/** * Type of page information * * 页面信息类型 */ export type PageInfo = "Author" | "Category" | "Date" | "Original" | "PageView" | "Tag" | "ReadingTime" | "Word";