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.

66 lines
1.3 KiB

4 years ago
  1. {
  2. "name": "应用模板1",
  3. "menuBar": [
  4. {
  5. "name": "底1",
  6. "icon": "",
  7. "component": ["GlobalStateExample"]
  8. },
  9. {
  10. "name": "底2",
  11. "icon": "",
  12. "component": ["SlideExample"]
  13. },
  14. {
  15. "name": "弹窗",
  16. "icon": "",
  17. "component": ["kt_zzgl_datapackaging"]
  18. },
  19. {
  20. "name": "右1",
  21. "icon": "",
  22. "component": ["EventBusExample"]
  23. }
  24. ],
  25. "components": [
  26. {
  27. "name": "测试配置",
  28. "component": "testConfig",
  29. "type": "config",
  30. "configTitle": "测试配置设置",
  31. "segprefix": "TIS_COMPONET_EXAMPLE"
  32. },
  33. {
  34. "title": "打包测试",
  35. "name": "打包测试",
  36. "component": "kt_zzgl_datapackaging",
  37. "type": "PopupWidget",
  38. "segprefix": "KT_SJDB"
  39. },
  40. {
  41. "title": "弹框测试",
  42. "name": "弹框测试",
  43. "component": "EventBusExample",
  44. "type": "RightWidget"
  45. },
  46. {
  47. "title": "底1",
  48. "name": "底1",
  49. "component": "GlobalStateExample",
  50. "type": "BottomWidget"
  51. },
  52. {
  53. "name": "图层管理",
  54. "component": "LayerManager15",
  55. "segprefix": "TIS_LAYERMANAGER"
  56. },
  57. {
  58. "name": "标绘面板",
  59. "component": "plotPanelApp",
  60. "icon": "icon-huojian",
  61. "segprefix": "TIS_MGS"
  62. }
  63. ]
  64. }