80 lines
1.6 KiB
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
};
|