| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "control":{
- "text": "控制",
- "color": "#e1a91a",
- "mortiseColor": "#cf9b17",
- "icon": "control.png",
- "blockLink": "block_control.json"
- },
- "variable": {
- "text": "变量",
- "color": "#606e8c",
- "mortiseColor": "#465269",
- "icon": "variable.png",
- "blockLink": "block_variable.json"
- },
- "function":{
- "text": "函数",
- "color": "#a64f96",
- "mortiseColor": "#833f76",
- "icon": "function.png",
- "blockLink": "block_function.json"
- },
- "operator":{
- "text": "运算符",
- "color": "#1675b5",
- "mortiseColor": "#105584",
- "icon": "operator.png",
- "blockLink": "block_operator.json"
- },
- "object":{
- "text": "Object",
- "color": "#ee7d16",
- "mortiseColor": "#bf6412",
- "icon": "object.png",
- "blockLink": "block_object.json"
- },
- "string":{
- "text": "字符串",
- "color": "#6a6cd3",
- "mortiseColor": "#5152a5",
- "icon": "string.png",
- "blockLink": "block_string.json"
- },
- "date":{
- "text": "日期",
- "color": "#8ba34d",
- "mortiseColor": "#6d7f3e",
- "icon": "date.png",
- "blockLink": "block_date.json"
- },
- "number":{
- "text": "数字",
- "color": "#e2504d",
- "mortiseColor": "#bd413e",
- "icon": "number.png",
- "blockLink": "block_number.json"
- },
- "array":{
- "text": "数组",
- "color": "#7c4074",
- "mortiseColor": "#683561",
- "icon": "array.png",
- "blockLink": "block_array.json"
- },
- "json":{
- "text": "JSON",
- "color": "#686868",
- "mortiseColor": "#555555",
- "icon": "json.png",
- "blockLink": "block_json.json"
- },
- "dom":{
- "text": "DOM",
- "color": "#3c97cf",
- "mortiseColor": "#2f7097",
- "icon": "dom.png",
- "blockLink": "block_dom.json"
- },
- "ajax":{
- "text": "Ajax",
- "color": "#b9862c",
- "mortiseColor": "#a37628",
- "icon": "ajax.png",
- "blockLink": "block_ajax.json"
- },
- "form":{
- "text": "表单",
- "color": "#1f4fb0",
- "mortiseColor": "#1c469b",
- "icon": "form.png",
- "blockLink": "block_form.json"
- },
- "workContext":{
- "text": "流程",
- "color": "#6637a5",
- "mortiseColor": "#562f8a",
- "icon": "workContext.png",
- "blockLink": "block_array.json"
- },
- "data":{
- "text": "数据",
- "color": "#595bb2",
- "mortiseColor": "#494a94",
- "icon": "data.png",
- "blockLink": "block_array.json"
- },
- "org":{
- "text": "组织",
- "color": "#785e70",
- "mortiseColor": "#674e5f",
- "icon": "org.png",
- "blockLink": "block_array.json"
- },
- "other":{
- "text": "其它",
- "color": "#53a251",
- "mortiseColor": "#478b45",
- "icon": "other.png",
- "blockLink": "block_array.json"
- },
- }
|