| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "menu": [
- {
- "name": "大眼",
- "menuTag": 0,
- "selected": true,
- "normalThumb":"bigeyes_normal.png",
- "selectedThumb":"bigeyes_selected.png",
- "thumb":"",
- },
- {
- "name": "瘦脸",
- "menuTag": 1,
- "selected": false,
- "normalThumb":"shoulian_normal.png",
- "selectedThumb":"shoulian_selected.png",
- "thumb":"",
- },
- {
- "name": "窄脸",
- "menuTag": 2,
- "selected": false,
- "normalThumb":"zhailian_normal.png",
- "selectedThumb":"zhailian_selected.png",
- "thumb":"",
- },
- {
- "name": "下巴",
- "menuTag": 3,
- "selected": false,
- "normalThumb":"chin_normal.png",
- "selectedThumb":"chin_selected.png",
- "thumb":"",
- },
- {
- "name": "额头",
- "menuTag": 4,
- "selected": false,
- "normalThumb":"forehead_normal.png",
- "selectedThumb":"forehead_selected.png",
- "thumb":"",
- },
- {
- "name": "嘴型",
- "menuTag": 5,
- "selected": false,
- "normalThumb":"mouth_normal.png",
- "selectedThumb":"mouth_selected.png",
- "thumb":"",
- },
- {
- "name": "瘦鼻",
- "menuTag": 6,
- "selected": false,
- "normalThumb":"shoubi_normal.png",
- "selectedThumb":"shoubi_selected.png",
- "thumb":"",
- },
- {
- "name": "美牙",
- "menuTag": 7,
- "selected": false,
- "normalThumb":"tooth_normal.png",
- "selectedThumb":"tooth_selected.png",
- "thumb":"",
- },
- {
- "name": "眼间距",
- "menuTag": 8,
- "selected": false,
- "normalThumb":"yanju_normal.png",
- "selectedThumb":"yanju_selected.png",
- "thumb":"",
- },
- {
- "name": "长鼻",
- "menuTag": 9,
- "selected": false,
- "normalThumb":"changbi_normal.png",
- "selectedThumb":"changbi_selected.png",
- "thumb":"",
- },
- {
- "name": "眼角",
- "menuTag": 10,
- "selected": false,
- "normalThumb":"yanjiao_normal.png",
- "selectedThumb":"yanjiao_selected.png",
- "thumb":"",
- }
- ]
- }
|