example主题列表展示封面

This commit is contained in:
tangly1024.com
2023-04-21 10:22:00 +08:00
parent 1e80a556f1
commit ef00d9d61b
4 changed files with 90 additions and 45 deletions

View File

@@ -3,6 +3,9 @@ const CONFIG_EXAMPLE = {
MENU_CATEGORY: true, // 显示分类
MENU_TAG: true, // 显示标签
MENU_ARCHIVE: true, // 显示归档
MENU_SEARCH: true // 显示搜索
MENU_SEARCH: true, // 显示搜索
POST_LIST_COVER: true // 列表显示文章封面
}
export default CONFIG_EXAMPLE