serverless-cd / ui

4 stars 11 forks source link

【app-card-ui】模版应用列表 #38

Closed heimanba closed 1 year ago

heimanba commented 1 year ago

页面效果

参考:https://fcnext.console.aliyun.com/applications/create image

API 设计

const dataSource = [{
    label: "热门应用",
    key: "1",
    children: [{
         label: "全景 Web 页面录制-高级版",
         key: "2",
        description: "",
        logo: "",
        tags: [全景录制"],
        download: 17561,
        contributor: () => {} // 贡献者, 
    }]
}];

<AppCard dataSource={dataSource}>
</AppCard>

<AppCard.ReadMe>
</AppCard.ReadMe>
heimanba commented 1 year ago

已经实现