feat: 新增首页预览图展示

This commit is contained in:
奔跑的面条
2022-05-28 16:39:27 +08:00
parent 98b28a631a
commit 79a2b98a1a
4 changed files with 18 additions and 23 deletions
+1
View File
@@ -3,6 +3,7 @@ export type Chartype = {
title: string // 标题
label: string // 标签
time: string, // 时间
image: string, // 预览图地址
createId: string, // 创建者
release: boolean // false 未发布 | true 已发布
}