menu_config.json 21 KB

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