TIMeiXingMenu.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "menu": [
  3. {
  4. "name": "大眼",
  5. "menuTag": 0,
  6. "selected": true,
  7. "normalThumb":"bigeyes_normal.png",
  8. "selectedThumb":"bigeyes_selected.png",
  9. "thumb":"",
  10. },
  11. {
  12. "name": "瘦脸",
  13. "menuTag": 1,
  14. "selected": false,
  15. "normalThumb":"shoulian_normal.png",
  16. "selectedThumb":"shoulian_selected.png",
  17. "thumb":"",
  18. },
  19. {
  20. "name": "窄脸",
  21. "menuTag": 2,
  22. "selected": false,
  23. "normalThumb":"zhailian_normal.png",
  24. "selectedThumb":"zhailian_selected.png",
  25. "thumb":"",
  26. },
  27. {
  28. "name": "下巴",
  29. "menuTag": 3,
  30. "selected": false,
  31. "normalThumb":"chin_normal.png",
  32. "selectedThumb":"chin_selected.png",
  33. "thumb":"",
  34. },
  35. {
  36. "name": "额头",
  37. "menuTag": 4,
  38. "selected": false,
  39. "normalThumb":"forehead_normal.png",
  40. "selectedThumb":"forehead_selected.png",
  41. "thumb":"",
  42. },
  43. {
  44. "name": "嘴型",
  45. "menuTag": 5,
  46. "selected": false,
  47. "normalThumb":"mouth_normal.png",
  48. "selectedThumb":"mouth_selected.png",
  49. "thumb":"",
  50. },
  51. {
  52. "name": "瘦鼻",
  53. "menuTag": 6,
  54. "selected": false,
  55. "normalThumb":"shoubi_normal.png",
  56. "selectedThumb":"shoubi_selected.png",
  57. "thumb":"",
  58. },
  59. {
  60. "name": "美牙",
  61. "menuTag": 7,
  62. "selected": false,
  63. "normalThumb":"tooth_normal.png",
  64. "selectedThumb":"tooth_selected.png",
  65. "thumb":"",
  66. },
  67. {
  68. "name": "眼间距",
  69. "menuTag": 8,
  70. "selected": false,
  71. "normalThumb":"yanju_normal.png",
  72. "selectedThumb":"yanju_selected.png",
  73. "thumb":"",
  74. },
  75. {
  76. "name": "长鼻",
  77. "menuTag": 9,
  78. "selected": false,
  79. "normalThumb":"changbi_normal.png",
  80. "selectedThumb":"changbi_selected.png",
  81. "thumb":"",
  82. },
  83. {
  84. "name": "眼角",
  85. "menuTag": 10,
  86. "selected": false,
  87. "normalThumb":"yanjiao_normal.png",
  88. "selectedThumb":"yanjiao_selected.png",
  89. "thumb":"",
  90. }
  91. ]
  92. }