menu_config.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. {
  2. "一级目录1": {
  3. "二级目录1": {
  4. "三级目录1": {
  5. "isThirdLevel": true,
  6. "字段1": { "type": "input", "value": "请输入内容1" },
  7. "字段2": {
  8. "type": "dropdown",
  9. "value": "下拉框1",
  10. "options": ["下拉框1", "下拉框2"]
  11. },
  12. "字段3": { "type": "checkbox", "value": true },
  13. "字段4": { "type": "input", "value": "请输入内容4" },
  14. "字段5": {
  15. "type": "dropdown",
  16. "value": "下拉框2",
  17. "options": ["下拉框1", "下拉框2"]
  18. },
  19. "字段6": { "type": "checkbox", "value": false },
  20. "字段7": { "type": "input", "value": "请输入内容7" },
  21. "字段8": {
  22. "type": "dropdown",
  23. "value": "下拉框3",
  24. "options": ["下拉框1", "下拉框2", "下拉框3"]
  25. },
  26. "字段9": { "type": "checkbox", "value": true },
  27. "字段10": { "type": "input", "value": "请输入内容10" },
  28. "字段11": {
  29. "type": "dropdown",
  30. "value": "下拉框1",
  31. "options": ["下拉框1", "下拉框2"]
  32. },
  33. "字段12": { "type": "checkbox", "value": true },
  34. "字段13": { "type": "input", "value": "请输入内容13" },
  35. "字段14": {
  36. "type": "dropdown",
  37. "value": "下拉框2",
  38. "options": ["下拉框1", "下拉框2"]
  39. },
  40. "字段15": { "type": "checkbox", "value": false },
  41. "字段16": { "type": "input", "value": "请输入内容16" },
  42. "字段17": {
  43. "type": "dropdown",
  44. "value": "下拉框3",
  45. "options": ["下拉框1", "下拉框2", "下拉框3"]
  46. },
  47. "字段18": { "type": "checkbox", "value": true },
  48. "字段19": { "type": "input", "value": "请输入内容19" },
  49. "字段20": {
  50. "type": "dropdown",
  51. "value": "下拉框1",
  52. "options": ["下拉框1", "下拉框2", "下拉框3"]
  53. },
  54. "字段21": {
  55. "type": "radio",
  56. "value": "选项B",
  57. "options": ["选项A", "选项B", "选项C"]
  58. },
  59. "字段22": {
  60. "type": "switch",
  61. "value": "off"
  62. },
  63. "字段23": {
  64. "type": "time",
  65. "value": "12:00:00"
  66. },
  67. "字段24": {
  68. "type": "combined",
  69. "value": {
  70. "inputValue": "输入框内容",
  71. "moduleButton": "模组",
  72. "axisButton": "轴向"
  73. },
  74. "moduleOptions": ["模组A", "模组B", "模组C"],
  75. "axisMap": {
  76. "模组A": ["A轴", "B轴", "C轴"],
  77. "模组B": ["X轴", "Y轴"],
  78. "模组C": ["Z轴"]
  79. },
  80. "timeout": 180
  81. },
  82. "buttons": [
  83. { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "Run 1 die", "enabled": true },
  84. { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "Run 1 strip", "enabled": true },
  85. { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "Learn pick Z touch", "enabled": false },
  86. { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "Complete all strips", "enabled": true },
  87. { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "Align die", "enabled": true },
  88. { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "Pick die", "enabled": false },
  89. { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "Epoxy and die ", "enabled": false },
  90. { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "Remove die from head", "enabled": true },
  91. { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "Advanced process modes", "enabled": false },
  92. { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "Move BA to pick", "enabled": true },
  93. { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "Move BH to pick", "enabled": false },
  94. { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "Toggle soft keys", "enabled": true }
  95. ]
  96. },
  97. "三级目录2": {
  98. "isThirdLevel": true,
  99. "字段1": { "type": "input", "value": "请输入内容1" },
  100. "字段2": {
  101. "type": "dropdown",
  102. "value": "下拉框1",
  103. "options": ["下拉框1", "下拉框2"]
  104. },
  105. "字段3": { "type": "checkbox", "value": true },
  106. "字段4": { "type": "input", "value": "请输入内容4" },
  107. "字段5": {
  108. "type": "dropdown",
  109. "value": "下拉框2",
  110. "options": ["下拉框1", "下拉框2"]
  111. },
  112. "字段6": { "type": "checkbox", "value": false },
  113. "字段7": { "type": "input", "value": "请输入内容7" },
  114. "字段8": {
  115. "type": "dropdown",
  116. "value": "下拉框3",
  117. "options": ["下拉框1", "下拉框2", "下拉框3"]
  118. },
  119. "字段9": { "type": "checkbox", "value": true },
  120. "字段10": { "type": "input", "value": "请输入内容10" },
  121. "字段11": {
  122. "type": "dropdown",
  123. "value": "下拉框1",
  124. "options": ["下拉框1", "下拉框2"]
  125. },
  126. "字段12": { "type": "checkbox", "value": true },
  127. "字段13": { "type": "input", "value": "请输入内容13" },
  128. "字段14": {
  129. "type": "dropdown",
  130. "value": "下拉框2",
  131. "options": ["下拉框1", "下拉框2"]
  132. },
  133. "字段15": { "type": "checkbox", "value": false },
  134. "字段16": { "type": "input", "value": "请输入内容16" },
  135. "字段17": {
  136. "type": "dropdown",
  137. "value": "下拉框3",
  138. "options": ["下拉框1", "下拉框2", "下拉框3"]
  139. },
  140. "字段18": { "type": "checkbox", "value": true },
  141. "字段19": { "type": "input", "value": "请输入内容19" },
  142. "字段20": {
  143. "type": "dropdown",
  144. "value": "下拉框1",
  145. "options": ["下拉框1", "下拉框2", "下拉框3"]
  146. },
  147. "buttons": [
  148. { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": false },
  149. { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
  150. { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
  151. { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
  152. { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": false },
  153. { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
  154. { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": false },
  155. { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
  156. { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
  157. { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
  158. { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": false },
  159. { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
  160. ]
  161. }
  162. },
  163. "二级目录2": {
  164. "三级目录1": {
  165. "isThirdLevel": true,
  166. "字段1": { "type": "input", "value": "请输入内容1" },
  167. "字段2": {
  168. "type": "dropdown",
  169. "value": "下拉框1",
  170. "options": ["下拉框1", "下拉框2"]
  171. },
  172. "字段3": { "type": "checkbox", "value": true },
  173. "字段4": { "type": "input", "value": "请输入内容4" },
  174. "字段5": {
  175. "type": "dropdown",
  176. "value": "下拉框2",
  177. "options": ["下拉框1", "下拉框2"]
  178. },
  179. "字段6": { "type": "checkbox", "value": false },
  180. "字段7": { "type": "input", "value": "请输入内容7" },
  181. "字段8": {
  182. "type": "dropdown",
  183. "value": "下拉框3",
  184. "options": ["下拉框1", "下拉框2", "下拉框3"]
  185. },
  186. "字段9": { "type": "checkbox", "value": true },
  187. "字段10": { "type": "input", "value": "请输入内容10" },
  188. "字段11": {
  189. "type": "dropdown",
  190. "value": "下拉框1",
  191. "options": ["下拉框1", "下拉框2"]
  192. },
  193. "字段12": { "type": "checkbox", "value": true },
  194. "字段13": { "type": "input", "value": "请输入内容13" },
  195. "字段14": {
  196. "type": "dropdown",
  197. "value": "下拉框2",
  198. "options": ["下拉框1", "下拉框2"]
  199. },
  200. "字段15": { "type": "checkbox", "value": false },
  201. "字段16": { "type": "input", "value": "请输入内容16" },
  202. "字段17": {
  203. "type": "dropdown",
  204. "value": "下拉框3",
  205. "options": ["下拉框1", "下拉框2", "下拉框3"]
  206. },
  207. "字段18": { "type": "checkbox", "value": true },
  208. "字段19": { "type": "input", "value": "请输入内容19" },
  209. "字段20": {
  210. "type": "dropdown",
  211. "value": "下拉框1",
  212. "options": ["下拉框1", "下拉框2", "下拉框3"]
  213. },
  214. "buttons": [
  215. { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": false },
  216. { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
  217. { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
  218. { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": false },
  219. { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": false },
  220. { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
  221. { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
  222. { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
  223. { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
  224. { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
  225. { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": false },
  226. { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
  227. ]
  228. },
  229. "三级目录2": {
  230. "isThirdLevel": true,
  231. "字段1": { "type": "input", "value": "请输入内容1" },
  232. "字段2": {
  233. "type": "dropdown",
  234. "value": "下拉框1",
  235. "options": ["下拉框1", "下拉框2"]
  236. },
  237. "字段3": { "type": "checkbox", "value": true },
  238. "字段4": { "type": "input", "value": "请输入内容4" },
  239. "字段5": {
  240. "type": "dropdown",
  241. "value": "下拉框2",
  242. "options": ["下拉框1", "下拉框2"]
  243. },
  244. "字段6": { "type": "checkbox", "value": false },
  245. "字段7": { "type": "input", "value": "请输入内容7" },
  246. "字段8": {
  247. "type": "dropdown",
  248. "value": "下拉框3",
  249. "options": ["下拉框1", "下拉框2", "下拉框3"]
  250. },
  251. "字段9": { "type": "checkbox", "value": true },
  252. "字段10": { "type": "input", "value": "请输入内容10" },
  253. "字段11": {
  254. "type": "dropdown",
  255. "value": "下拉框1",
  256. "options": ["下拉框1", "下拉框2"]
  257. },
  258. "字段12": { "type": "checkbox", "value": true },
  259. "字段13": { "type": "input", "value": "请输入内容13" },
  260. "字段14": {
  261. "type": "dropdown",
  262. "value": "下拉框2",
  263. "options": ["下拉框1", "下拉框2"]
  264. },
  265. "字段15": { "type": "checkbox", "value": false },
  266. "字段16": { "type": "input", "value": "请输入内容16" },
  267. "字段17": {
  268. "type": "dropdown",
  269. "value": "下拉框3",
  270. "options": ["下拉框1", "下拉框2", "下拉框3"]
  271. },
  272. "字段18": { "type": "checkbox", "value": true },
  273. "字段19": { "type": "input", "value": "请输入内容19" },
  274. "字段20": {
  275. "type": "dropdown",
  276. "value": "下拉框1",
  277. "options": ["下拉框1", "下拉框2", "下拉框3"]
  278. },
  279. "buttons": [
  280. { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
  281. { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": false },
  282. { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
  283. { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
  284. { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": false },
  285. { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
  286. { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": false },
  287. { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
  288. { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
  289. { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
  290. { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
  291. { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
  292. ]
  293. }
  294. }
  295. },
  296. "一级目录2": {
  297. "二级目录1": {
  298. "三级目录1": {
  299. "isThirdLevel": true,
  300. "字段1": { "type": "input", "value": "请输入内容1" },
  301. "字段2": {
  302. "type": "dropdown",
  303. "value": "下拉框1",
  304. "options": ["下拉框1", "下拉框2"]
  305. },
  306. "字段3": { "type": "checkbox", "value": true },
  307. "字段4": { "type": "input", "value": "请输入内容4" },
  308. "字段5": {
  309. "type": "dropdown",
  310. "value": "下拉框2",
  311. "options": ["下拉框1", "下拉框2"]
  312. },
  313. "字段6": { "type": "checkbox", "value": false },
  314. "字段7": { "type": "input", "value": "请输入内容7" },
  315. "字段8": {
  316. "type": "dropdown",
  317. "value": "下拉框3",
  318. "options": ["下拉框1", "下拉框2", "下拉框3"]
  319. },
  320. "字段9": { "type": "checkbox", "value": true },
  321. "字段10": { "type": "input", "value": "请输入内容10" },
  322. "字段11": {
  323. "type": "dropdown",
  324. "value": "下拉框1",
  325. "options": ["下拉框1", "下拉框2"]
  326. },
  327. "字段12": { "type": "checkbox", "value": true },
  328. "字段13": { "type": "input", "value": "请输入内容13" },
  329. "字段14": {
  330. "type": "dropdown",
  331. "value": "下拉框2",
  332. "options": ["下拉框1", "下拉框2"]
  333. },
  334. "字段15": { "type": "checkbox", "value": false },
  335. "字段16": { "type": "input", "value": "请输入内容16" },
  336. "字段17": {
  337. "type": "dropdown",
  338. "value": "下拉框3",
  339. "options": ["下拉框1", "下拉框2", "下拉框3"]
  340. },
  341. "字段18": { "type": "checkbox", "value": true },
  342. "字段19": { "type": "input", "value": "请输入内容19" },
  343. "字段20": {
  344. "type": "dropdown",
  345. "value": "下拉框1",
  346. "options": ["下拉框1", "下拉框2", "下拉框3"]
  347. },
  348. "字段21": {
  349. "type": "radio",
  350. "value": "选项B",
  351. "options": ["选项A", "选项B", "选项C"]
  352. },
  353. "字段22": {
  354. "type": "switch",
  355. "value": "off"
  356. },
  357. "字段23": {
  358. "type": "time",
  359. "value": "12:00:00"
  360. },
  361. "字段24": {
  362. "type": "combined",
  363. "value": {
  364. "inputValue": "输入框内容",
  365. "moduleButton": "模组",
  366. "axisButton": "轴向"
  367. },
  368. "moduleOptions": ["模组A", "模组B", "模组C"],
  369. "axisMap": {
  370. "模组A": ["A轴", "B轴", "C轴"],
  371. "模组B": ["X轴", "Y轴"],
  372. "模组C": ["Z轴"]
  373. },
  374. "timeout": 180
  375. },
  376. "buttons": [
  377. { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": false },
  378. { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
  379. { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
  380. { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
  381. { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": false },
  382. { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
  383. { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": false },
  384. { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
  385. { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
  386. { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
  387. { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": false },
  388. { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
  389. ]
  390. },
  391. "三级目录2": {
  392. "isThirdLevel": true,
  393. "字段1": { "type": "input", "value": "请输入内容1" },
  394. "字段2": {
  395. "type": "dropdown",
  396. "value": "下拉框1",
  397. "options": ["下拉框1", "下拉框2"]
  398. },
  399. "字段3": { "type": "checkbox", "value": true },
  400. "字段4": { "type": "input", "value": "请输入内容4" },
  401. "字段5": {
  402. "type": "dropdown",
  403. "value": "下拉框2",
  404. "options": ["下拉框1", "下拉框2"]
  405. },
  406. "字段6": { "type": "checkbox", "value": false },
  407. "字段7": { "type": "input", "value": "请输入内容7" },
  408. "字段8": {
  409. "type": "dropdown",
  410. "value": "下拉框3",
  411. "options": ["下拉框1", "下拉框2", "下拉框3"]
  412. },
  413. "字段9": { "type": "checkbox", "value": true },
  414. "字段10": { "type": "input", "value": "请输入内容10" },
  415. "字段11": {
  416. "type": "dropdown",
  417. "value": "下拉框1",
  418. "options": ["下拉框1", "下拉框2"]
  419. },
  420. "字段12": { "type": "checkbox", "value": true },
  421. "字段13": { "type": "input", "value": "请输入内容13" },
  422. "字段14": {
  423. "type": "dropdown",
  424. "value": "下拉框2",
  425. "options": ["下拉框1", "下拉框2"]
  426. },
  427. "字段15": { "type": "checkbox", "value": false },
  428. "字段16": { "type": "input", "value": "请输入内容16" },
  429. "字段17": {
  430. "type": "dropdown",
  431. "value": "下拉框3",
  432. "options": ["下拉框1", "下拉框2", "下拉框3"]
  433. },
  434. "字段18": { "type": "checkbox", "value": true },
  435. "字段19": { "type": "input", "value": "请输入内容19" },
  436. "字段20": {
  437. "type": "dropdown",
  438. "value": "下拉框1",
  439. "options": ["下拉框1", "下拉框2", "下拉框3"]
  440. },
  441. "buttons": [
  442. { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": false },
  443. { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
  444. { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
  445. { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": false },
  446. { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
  447. { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
  448. { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": false },
  449. { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
  450. { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
  451. { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
  452. { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
  453. { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
  454. ]
  455. }
  456. }
  457. }
  458. }