mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-03 18:38:42 +03:00
update
This commit is contained in:
57
resources/web/homepage3/js/test.js
Normal file
57
resources/web/homepage3/js/test.js
Normal file
@@ -0,0 +1,57 @@
|
||||
|
||||
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 官方"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user