102 lines
3.4 KiB
Dart
102 lines
3.4 KiB
Dart
/*
|
|
@desc emoj表情JSON数据
|
|
*/
|
|
|
|
List emotionData = [
|
|
{
|
|
'index': 0,
|
|
'type': 'emoj',
|
|
'pathLabel': '😁',
|
|
'selected': true,
|
|
'nodes': [
|
|
'😃','😎','😍','😁','😋','😂','😗',
|
|
'😲','😘','😓','😅','😉','😊','😴',
|
|
'😱','😐','😑','😶','😡','😏','😮',
|
|
|
|
'👩','👲','👨️','😟','😤','😭','😨',
|
|
'😳','😵','😪','😫','😴','😛','😜',
|
|
|
|
'😷','😇','💀','👻','😺','😹','😻',
|
|
'🙀','😿','👬','👂','👣','👀','🙏',
|
|
|
|
'👓','👄','💋','👕','👙','👜','👠',
|
|
'👑','🎓','💄','💍','🌂','👧','🙍',
|
|
|
|
'💪','👈','👉','👌','👇','👍','👎',
|
|
'🙈','💦','🐶','🍉','🍌',
|
|
]
|
|
},
|
|
{
|
|
'index': 1,
|
|
'type': 'gif',
|
|
'pathLabel': 'assets/images/emotion/face02/face-lbl.gif',
|
|
'selected': false,
|
|
'nodes': [
|
|
'assets/images/emotion/face02/0.gif',
|
|
'assets/images/emotion/face02/1.gif',
|
|
'assets/images/emotion/face02/2.gif',
|
|
'assets/images/emotion/face02/3.gif',
|
|
'assets/images/emotion/face02/4.gif',
|
|
'assets/images/emotion/face02/5.gif',
|
|
'assets/images/emotion/face02/6.gif',
|
|
'assets/images/emotion/face02/7.gif',
|
|
'assets/images/emotion/face02/8.gif',
|
|
'assets/images/emotion/face02/9.gif',
|
|
'assets/images/emotion/face02/10.gif',
|
|
'assets/images/emotion/face02/11.gif',
|
|
'assets/images/emotion/face02/12.gif',
|
|
'assets/images/emotion/face02/13.gif',
|
|
'assets/images/emotion/face02/14.gif',
|
|
'assets/images/emotion/face02/15.gif',
|
|
]
|
|
},
|
|
{
|
|
'index': 2,
|
|
'type': 'gif',
|
|
'pathLabel': 'assets/images/emotion/face03/face-lbl.gif',
|
|
'selected': false,
|
|
'nodes': [
|
|
'assets/images/emotion/face03/0.gif',
|
|
'assets/images/emotion/face03/1.gif',
|
|
'assets/images/emotion/face03/2.gif',
|
|
'assets/images/emotion/face03/3.gif',
|
|
'assets/images/emotion/face03/4.gif',
|
|
'assets/images/emotion/face03/5.gif',
|
|
'assets/images/emotion/face03/6.gif',
|
|
'assets/images/emotion/face03/7.gif',
|
|
'assets/images/emotion/face03/8.gif',
|
|
'assets/images/emotion/face03/9.gif',
|
|
'assets/images/emotion/face03/10.gif',
|
|
'assets/images/emotion/face03/11.gif',
|
|
'assets/images/emotion/face03/12.gif',
|
|
'assets/images/emotion/face03/13.gif',
|
|
'assets/images/emotion/face03/14.gif',
|
|
'assets/images/emotion/face03/15.gif',
|
|
]
|
|
},
|
|
{
|
|
'index': 3,
|
|
'type': 'gif',
|
|
'pathLabel': 'assets/images/emotion/face04/face-lbl.gif',
|
|
'selected': false,
|
|
'nodes': [
|
|
'assets/images/emotion/face04/0.gif',
|
|
'assets/images/emotion/face04/1.gif',
|
|
'assets/images/emotion/face04/2.gif',
|
|
'assets/images/emotion/face04/3.gif',
|
|
'assets/images/emotion/face04/4.gif',
|
|
'assets/images/emotion/face04/5.gif',
|
|
'assets/images/emotion/face04/6.gif',
|
|
'assets/images/emotion/face04/7.gif',
|
|
'assets/images/emotion/face04/8.gif',
|
|
'assets/images/emotion/face04/9.gif',
|
|
'assets/images/emotion/face04/10.gif',
|
|
'assets/images/emotion/face04/11.gif',
|
|
'assets/images/emotion/face04/12.gif',
|
|
'assets/images/emotion/face04/13.gif',
|
|
'assets/images/emotion/face04/14.gif',
|
|
'assets/images/emotion/face04/15.gif',
|
|
]
|
|
}
|
|
];
|