mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-30 00:00:05 +08:00
feat: 新增首页预览图展示
This commit is contained in:
Vendored
+1
@@ -3,6 +3,7 @@ export type Chartype = {
|
||||
title: string // 标题
|
||||
label: string // 标签
|
||||
time: string, // 时间
|
||||
image: string, // 预览图地址
|
||||
createId: string, // 创建者
|
||||
release: boolean // false 未发布 | true 已发布
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user