patient-mini/mock/home/getHomeCards.js
码农搬砖工 9018a4f868 xxx
2025-04-23 18:23:41 +08:00

80 lines
1.6 KiB
JavaScript

export default {
path: '/home/cards',
data: {
code: 200,
message: '请求成功',
data: [
{
url: '/static/home/card0.png',
desc: '少年,星空与梦想',
tags: [
{
text: 'AI绘画',
theme: 'primary',
},
{
text: '版权素材',
theme: 'success',
},
],
},
{
url: '/static/home/card1.png',
desc: '仰望星空的少女',
tags: [
{
text: 'AI绘画',
theme: 'primary',
},
{
text: '版权素材',
theme: 'success',
},
],
},
{
url: '/static/home/card3.png',
desc: '仰望星空的少年',
tags: [
{
text: 'AI绘画',
theme: 'primary',
},
{
text: '版权素材',
theme: 'success',
},
],
},
{
url: '/static/home/card2.png',
desc: '少年,星空与梦想',
tags: [
{
text: 'AI绘画',
theme: 'primary',
},
{
text: '版权素材',
theme: 'success',
},
],
},
{
url: '/static/home/card4.png',
desc: '多彩的天空',
tags: [
{
text: 'AI绘画',
theme: 'primary',
},
{
text: '版权素材',
theme: 'success',
},
],
},
],
},
};