app模板、应用模板、组件模板、widget模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

207 lines
5.0 KiB

4 years ago
  1. {
  2. "apps": [
  3. {
  4. "name": "应用例子",
  5. "components": [
  6. {
  7. "name": "组件测试用例",
  8. "component": "testApp",
  9. "icon": "icon-huojian",
  10. "segprefix": "TIS_COMPONET_EXAMPLE",
  11. "dependencies": [
  12. "tis-component-demo-2"
  13. ]
  14. },
  15. {
  16. "name": "组件测试用例2",
  17. "component": "testApp2",
  18. "icon": "icon-huojian",
  19. "segprefix": "tis-component-demo-2"
  20. },
  21. {
  22. "name": "kt应用市场代码",
  23. "component": "pcmarket",
  24. "segprefix": "TIS_YYSC"
  25. },
  26. {
  27. "name": "kt运行监控",
  28. "component": "tis_yxjk_xtyxjk",
  29. "segprefix": "TIS_YXJK"
  30. },
  31. {
  32. "name": "纯jslib库",
  33. "component": "jsLibTest",
  34. "segprefix": "TIS_COMPONET_LIB",
  35. "lib": true
  36. }
  37. ],
  38. "id": "tis_app_frame",
  39. "entry": "http://localhost:7000",
  40. "icon": "http://localhost:7000/icon.png"
  41. },
  42. {
  43. "name": "应用模板1",
  44. "menuBar": [
  45. {
  46. "name": "底1",
  47. "icon": "",
  48. "component": [
  49. "GlobalStateExample"
  50. ]
  51. },
  52. {
  53. "name": "底2",
  54. "icon": "",
  55. "component": [
  56. "SlideExample"
  57. ]
  58. },
  59. {
  60. "name": "弹窗",
  61. "icon": "",
  62. "component": [
  63. "kt_zzgl_datapackaging"
  64. ]
  65. },
  66. {
  67. "name": "右1",
  68. "icon": "",
  69. "component": [
  70. "EventBusExample"
  71. ]
  72. }
  73. ],
  74. "components": [
  75. {
  76. "name": "测试配置",
  77. "component": "testConfig",
  78. "type": "config",
  79. "configTitle": "测试配置设置",
  80. "segprefix": "TIS_COMPONET_EXAMPLE"
  81. },
  82. {
  83. "title": "打包测试",
  84. "name": "打包测试",
  85. "component": "kt_zzgl_datapackaging",
  86. "type": "PopupWidget",
  87. "segprefix": "KT_SJDB"
  88. },
  89. {
  90. "title": "弹框测试",
  91. "name": "弹框测试",
  92. "component": "EventBusExample",
  93. "type": "RightWidget"
  94. },
  95. {
  96. "title": "底1",
  97. "name": "底1",
  98. "component": "GlobalStateExample",
  99. "type": "BottomWidget"
  100. },
  101. {
  102. "name": "图层管理",
  103. "component": "LayerManager15",
  104. "segprefix": "TIS_LAYERMANAGER"
  105. },
  106. {
  107. "name": "标绘面板",
  108. "component": "plotPanelApp",
  109. "icon": "icon-huojian",
  110. "segprefix": "TIS_MGS"
  111. }
  112. ],
  113. "id": "tis_app_template_kt",
  114. "entry": "http://localhost:7001",
  115. "icon": "http://localhost:7001/icon.png"
  116. },
  117. {
  118. "name": "组件开发7001",
  119. "components": [
  120. {
  121. "name": "左测",
  122. "component": "LeftWidget",
  123. "type": "left",
  124. "title": "左1",
  125. "lazy": false
  126. },
  127. {
  128. "name": "右测",
  129. "component": "RightWidget",
  130. "type": "right",
  131. "title": "右1",
  132. "lazy": false
  133. },
  134. {
  135. "name": "底部",
  136. "component": "BottomWidget",
  137. "type": "bottom",
  138. "title": "底1",
  139. "lazy": false
  140. },
  141. {
  142. "name": "地图背景",
  143. "component": "Map2D",
  144. "type": "background",
  145. "segprefix": "TIS_COMPONENT_MAP2D",
  146. "lazy": false
  147. },
  148. {
  149. "name": "弹窗",
  150. "component": "DialogWidget",
  151. "type": "dialog",
  152. "title": "弹1",
  153. "lazy": false
  154. },
  155. {
  156. "name": "测试组件",
  157. "component": "TestConfig",
  158. "type": "config",
  159. "system": true,
  160. "title": "测1",
  161. "lazy": false,
  162. "segprefix": ""
  163. }
  164. ],
  165. "id": "tis_component_example",
  166. "entry": "http://localhost:7002",
  167. "icon": "http://localhost:7002/icon.png"
  168. }
  169. ],
  170. "widgets": [
  171. {
  172. "name": "浮窗示例",
  173. "type": "widget",
  174. "position": "right",
  175. "entry": "http://localhost:7003",
  176. "icon": "http://localhost:7003/icon.png",
  177. "components": [
  178. {
  179. "name": "组件测试用例",
  180. "component": "testApp",
  181. "icon": "icon-huojian",
  182. "segprefix": "TIS_COMPONET_EXAMPLE",
  183. "dependencies": [
  184. "tis-component-demo-2"
  185. ]
  186. },
  187. {
  188. "name": "组件测试用例2",
  189. "component": "testApp2",
  190. "icon": "icon-huojian",
  191. "segprefix": "tis-component-demo-2"
  192. }
  193. ],
  194. "id": "tis_widget_frame"
  195. }
  196. ],
  197. "components": [
  198. {
  199. "name": "测试组件",
  200. "component": "TestConfig",
  201. "type": "config",
  202. "system": true,
  203. "title": "测1",
  204. "lazy": false,
  205. "segprefix": ""
  206. }
  207. ]
  208. }