BambuStudio/resources/web/homepage2/js/test.js

57 lines
1.4 KiB
JavaScript

var Test_MakerlabList={
"result": 0,
"list": [
{
"id": 1,
"thumbnail": "https://public-cdn.bblmw.com/content-generator/nameplate/nameplate_card.png",
"jumpTo": "makerlab/makeMySign",
"info": {
"en": {
"name": "Make My Sign",
"description": "Name plate, badge, sign, light box, anything flat",
"author": "Makerlab official"
},
"zh_CN": {
"name": "标牌定制器",
"description": "办公桌铭牌、居家挂牌、名片、标签、钥匙扣轻松创作",
"author": "Makerlab 官方"
}
}
},
{
"id": 2,
"thumbnail": "https://public-cdn.bblmw.com/content-generator/vase/vase_card.jpeg",
"jumpTo": "makerlab/makeMyVase",
"info": {
"en": {
"name": "Make My Vase",
"description": "Craft your dream vase by clicks",
"author": "Makerlab official"
},
"zh_CN": {
"name": "花瓶生成器",
"description": "点击制作你梦想中的花瓶",
"author": "Makerlab 官方"
}
}
},
{
"id": 3,
"thumbnail": "https://public-cdn.bblmw.com/content-generator/pixel/pixel_card.jpg",
"jumpTo": "makerlab/pixelPuzzleMaker",
"info": {
"en": {
"name": "Pixel Puzzle Maker",
"description": "Pixelize it. Print It. Build you own pixel puzzle",
"author": "Makerlab official"
},
"zh_CN": {
"name": "像素拼图生成器",
"description": "定制你专属的像素拼图",
"author": "Makerlab 官方"
}
}
}
]
};