block.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "control":{
  3. "text": "控制",
  4. "color": "#e1a91a",
  5. "mortiseColor": "#cf9b17",
  6. "icon": "control.png",
  7. "blockLink": "block_control.json"
  8. },
  9. "variable": {
  10. "text": "变量",
  11. "color": "#606e8c",
  12. "mortiseColor": "#465269",
  13. "icon": "variable.png",
  14. "blockLink": "block_variable.json"
  15. },
  16. "function":{
  17. "text": "函数",
  18. "color": "#a64f96",
  19. "mortiseColor": "#833f76",
  20. "icon": "function.png",
  21. "blockLink": "block_function.json"
  22. },
  23. "operator":{
  24. "text": "运算符",
  25. "color": "#1675b5",
  26. "mortiseColor": "#105584",
  27. "icon": "operator.png",
  28. "blockLink": "block_operator.json"
  29. },
  30. "object":{
  31. "text": "Object",
  32. "color": "#ee7d16",
  33. "mortiseColor": "#bf6412",
  34. "icon": "object.png",
  35. "blockLink": "block_object.json"
  36. },
  37. "string":{
  38. "text": "字符串",
  39. "color": "#6a6cd3",
  40. "mortiseColor": "#5152a5",
  41. "icon": "string.png",
  42. "blockLink": "block_string.json"
  43. },
  44. "date":{
  45. "text": "日期",
  46. "color": "#8ba34d",
  47. "mortiseColor": "#6d7f3e",
  48. "icon": "date.png",
  49. "blockLink": "block_date.json"
  50. },
  51. "number":{
  52. "text": "数字",
  53. "color": "#e2504d",
  54. "mortiseColor": "#bd413e",
  55. "icon": "number.png",
  56. "blockLink": "block_number.json"
  57. },
  58. "array":{
  59. "text": "数组",
  60. "color": "#7c4074",
  61. "mortiseColor": "#683561",
  62. "icon": "array.png",
  63. "blockLink": "block_array.json"
  64. },
  65. "json":{
  66. "text": "JSON",
  67. "color": "#686868",
  68. "mortiseColor": "#555555",
  69. "icon": "json.png",
  70. "blockLink": "block_json.json"
  71. },
  72. "dom":{
  73. "text": "DOM",
  74. "color": "#3c97cf",
  75. "mortiseColor": "#2f7097",
  76. "icon": "dom.png",
  77. "blockLink": "block_dom.json"
  78. },
  79. "ajax":{
  80. "text": "Ajax",
  81. "color": "#b9862c",
  82. "mortiseColor": "#a37628",
  83. "icon": "ajax.png",
  84. "blockLink": "block_ajax.json"
  85. },
  86. "form":{
  87. "text": "表单",
  88. "color": "#1f4fb0",
  89. "mortiseColor": "#1c469b",
  90. "icon": "form.png",
  91. "blockLink": "block_form.json"
  92. },
  93. "workContext":{
  94. "text": "流程",
  95. "color": "#6637a5",
  96. "mortiseColor": "#562f8a",
  97. "icon": "workContext.png",
  98. "blockLink": "block_array.json"
  99. },
  100. "data":{
  101. "text": "数据",
  102. "color": "#595bb2",
  103. "mortiseColor": "#494a94",
  104. "icon": "data.png",
  105. "blockLink": "block_array.json"
  106. },
  107. "org":{
  108. "text": "组织",
  109. "color": "#785e70",
  110. "mortiseColor": "#674e5f",
  111. "icon": "org.png",
  112. "blockLink": "block_array.json"
  113. },
  114. "other":{
  115. "text": "其它",
  116. "color": "#53a251",
  117. "mortiseColor": "#478b45",
  118. "icon": "other.png",
  119. "blockLink": "block_array.json"
  120. },
  121. }