Commit 73b00803 authored by wildfirecode13's avatar wildfirecode13

1

parent 927c9ea2
...@@ -6,5 +6,5 @@ dist ...@@ -6,5 +6,5 @@ dist
yarn.lock yarn.lock
package-template.iml package-template.iml
/test/src/bundle.js /test/src/bundle.js
/test/src/meta.json
types types
.DS_Store
\ No newline at end of file
{
"Playground": {
"props": {
"textArray": [
"aaa",
"bbb",
"ccc",
"ddd"
]
},
"assets": [
{
"name": "齿轮",
"url": "//yun.duiba.com.cn/spark/assets/齿轮8.fce30eaadda192b44a1b80038011947830d45ad8.png",
"uuid": "image",
"ext": ".png"
},
{
"name": "box2",
"url": "//yun.duiba.com.cn/spark/assets/022e25a3984ff122fbf960bd0cb87bff48f8c3bf.png",
"uuid": "box2",
"ext": ".png"
},
{
"name": "bg",
"url": "//yun.duiba.com.cn/spark/assets/bg.c4359b9ea9e843cd8d929567b2fb52ed5518e105.png",
"uuid": "bg",
"ext": ".png"
}
],
"events": {
"in": {
"start": {
"alias": "开始"
},
"stop": {
"alias": "停止"
}
},
"out": {
"show_one": {
"alias": "展示一个文本",
"data": {
"text": "文本"
}
}
}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment