Commit f215b063 authored by rockyl's avatar rockyl

mock上传

parent 4080639c
......@@ -68,12 +68,28 @@
"type": "number",
"default": 1000
},
"type": {
"name": {
"type": "string",
"default": "yoyo"
"default": "hello"
},
"color": {
"type": "color",
"default": "#123456"
},
"type": {
"type": [
"rotate",
"jump",
"breath"
],
"default": "rotate"
},
"ease": {
"type": "string",
"type": [
"linear",
"cubic",
"back"
],
"default": "linear"
},
"autoPlay": {
......
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