mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 完成首页静态展示内容
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export type CardType = {
|
||||
id: number | string
|
||||
title: string // 标题
|
||||
lableId: string | number
|
||||
label: string // 标签
|
||||
release: number // 0未发布 | 1已发布
|
||||
}
|
||||
Reference in New Issue
Block a user