gadget.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "begin": {
  3. "icon": "begin24.png",
  4. "text": MWF.APPPD.LP.menu.newActivityType.begin,
  5. "className": "Begin"
  6. },
  7. "end": {
  8. "icon": "end24.png",
  9. "text": MWF.APPPD.LP.menu.newActivityType.end,
  10. "className": "End"
  11. },
  12. "cancel": {
  13. "icon": "cancel24.png",
  14. "text": MWF.APPPD.LP.menu.newActivityType.cancel,
  15. "className": "Cancel"
  16. },
  17. "manual": {
  18. "icon": "manual24.png",
  19. "text": MWF.APPPD.LP.menu.newActivityType.manual,
  20. "className": "Manual"
  21. },
  22. "choice": {
  23. "icon": "choice24.png",
  24. "text": MWF.APPPD.LP.menu.newActivityType.choice,
  25. "className": "Choice"
  26. },
  27. // "condition": {
  28. // "icon": "condition24.png",
  29. // "text": "条件活动",
  30. // "className": "Condition"
  31. // },
  32. "split": {
  33. "icon": "split24.png",
  34. "text": MWF.APPPD.LP.menu.newActivityType.split,
  35. "className": "Split"
  36. },
  37. "parallel": {
  38. "icon": "parallel24.png",
  39. "text": MWF.APPPD.LP.menu.newActivityType.parallel,
  40. "className": "Parallel"
  41. },
  42. "merge": {
  43. "icon": "merge24.png",
  44. "text": MWF.APPPD.LP.menu.newActivityType.merge,
  45. "className": "Merge"
  46. },
  47. "embed": {
  48. "icon": "embed24.png",
  49. "text": MWF.APPPD.LP.menu.newActivityType.embed,
  50. "className": "Embed"
  51. },
  52. "publish": {
  53. "icon": "publish24.png",
  54. "text": MWF.APPPD.LP.menu.newActivityType.publish,
  55. "className": "Publish"
  56. },
  57. "delay": {
  58. "icon": "delay24.png",
  59. "text": MWF.APPPD.LP.menu.newActivityType.delay,
  60. "className": "Delay"
  61. },
  62. "invoke": {
  63. "icon": "invoke24.png",
  64. "text": MWF.APPPD.LP.menu.newActivityType.invoke,
  65. "className": "Invoke"
  66. },
  67. "service": {
  68. "icon": "service24.png",
  69. "text": MWF.APPPD.LP.menu.newActivityType.service,
  70. "className": "Service"
  71. },
  72. // "message": {
  73. // "icon": "message24.png",
  74. // "text": "消息",
  75. // "className": "Message"
  76. // },
  77. "agent": {
  78. "icon": "agent24.png",
  79. "text": MWF.APPPD.LP.menu.newActivityType.agent,
  80. "className": "Agent"
  81. }
  82. }