emoji-map.js
5.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/**
* 表情映射
*
* @author: liqi <qi.li@yoho.cn>
* @date: 2016/10/21
*/
var emojiMap = [
{file: '100', text: '/微笑', code: '/::)'},
{file: '101', text: '/撇嘴', code: '/::~'},
{file: '102', text: '/色', code: '/::B'},
{file: '103', text: '/发呆', code: '/::|'},
{file: '104', text: '/得意', code: '/:8-)'},
{file: '105', text: '/流泪', code: '/::<'},
{file: '106', text: '/害羞', code: '/::$'},
{file: '107', text: '/闭嘴', code: '/::X'},
{file: '108', text: '/睡', code: '/::Z'},
{file: '109', text: '/大哭', code: '/::\'('},
{file: '110', text: '/尴尬', code: '/::-|'},
{file: '111', text: '/发怒', code: '/::@'},
{file: '112', text: '/调皮', code: '/::P'},
{file: '113', text: '/呲牙', code: '/::D'},
{file: '114', text: '/惊讶', code: '/::O'},
{file: '115', text: '/难过', code: '/::('},
{file: '116', text: '/酷', code: '/::+'},
{file: '117', text: '/冷汗', code: '/:--b'},
{file: '118', text: '/抓狂', code: '/::Q'},
{file: '119', text: '/吐', code: '/::T'},
{file: '120', text: '/偷笑', code: '/:,@P'},
{file: '121', text: '/愉快', code: '/:,@-D'},
{file: '122', text: '/白眼', code: '/::d'},
{file: '123', text: '/傲慢', code: '/:,@o'},
{file: '124', text: '/饥饿', code: '/::g'},
{file: '125', text: '/困', code: '/:|-)'},
{file: '126', text: '/惊恐', code: '/::!'},
{file: '127', text: '/流汗', code: '/::L'},
{file: '128', text: '/憨笑', code: '/::>'},
{file: '129', text: '/悠闲', code: '/::,@'},
{file: '130', text: '/奋斗', code: '/:,@f'},
{file: '131', text: '/咒骂', code: '/::-S'},
{file: '132', text: '/疑问', code: '/:?'},
{file: '133', text: '/嘘', code: '/:,@x'},
{file: '134', text: '/晕', code: '/:,@@'},
{file: '135', text: '/疯了', code: '/::8'},
{file: '136', text: '/衰', code: '/:,@!'},
{file: '137', text: '/骷髅', code: '/:!!!'},
{file: '138', text: '/敲打', code: '/:xx'},
{file: '139', text: '/再见', code: '/:bye'},
{file: '140', text: '/擦汗', code: '/:wipe'},
{file: '141', text: '/抠鼻', code: '/:dig'},
{file: '142', text: '/鼓掌', code: '/:handclap'},
{file: '143', text: '/糗大了', code: '/:&-('},
{file: '144', text: '/坏笑', code: '/:B-)'},
{file: '145', text: '/左哼哼', code: '/:<@'},
{file: '146', text: '/右哼哼', code: '/:@>'},
{file: '147', text: '/哈欠', code: '/::-O'},
{file: '148', text: '/鄙视', code: '/:>-|'},
{file: '149', text: '/委屈', code: '/:P-('},
{file: '150', text: '/快哭了', code: '/::\'|'},
{file: '151', text: '/阴险', code: '/:X-)'},
{file: '152', text: '/亲亲', code: '/::*'},
{file: '153', text: '/吓', code: '/:@x'},
{file: '154', text: '/可怜', code: '/:8*'},
{file: '155', text: '/菜刀', code: '/:pd'},
{file: '156', text: '/西瓜', code: '/:<W>'},
{file: '157', text: '/啤酒', code: '/:beer'},
{file: '158', text: '/篮球', code: '/:basketb'},
{file: '159', text: '/乒乓', code: '/:oo'},
{file: '160', text: '/咖啡', code: '/:coffee'},
{file: '161', text: '/饭', code: '/:eat'},
{file: '162', text: '/猪头', code: '/:pig'},
{file: '163', text: '/玫瑰', code: '/:rose'},
{file: '164', text: '/凋谢', code: '/:fade'},
{file: '165', text: '/嘴唇', code: '/:showlove'},
{file: '166', text: '/爱心', code: '/:heart'},
{file: '167', text: '/心碎', code: '/:break'},
{file: '168', text: '/蛋糕', code: '/:cake'},
{file: '169', text: '/闪电', code: '/:li'},
{file: '170', text: '/炸弹', code: '/:bome'},
{file: '171', text: '/刀', code: '/:kn'},
{file: '172', text: '/足球', code: '/:footb'},
{file: '173', text: '/瓢虫', code: '/:ladybug'},
{file: '174', text: '/便便', code: '/:shit'},
{file: '175', text: '/月亮', code: '/:moon'},
{file: '176', text: '/太阳', code: '/:sun'},
{file: '177', text: '/礼物', code: '/:gift'},
{file: '178', text: '/拥抱', code: '/:hug'},
{file: '179', text: '/强', code: '/:strong'},
{file: '180', text: '/弱', code: '/:weak'},
{file: '181', text: '/握手', code: '/:share'},
{file: '182', text: '/胜利', code: '/:v'},
{file: '183', text: '/抱拳', code: '/:@)'},
{file: '184', text: '/勾引', code: '/:jj'},
{file: '185', text: '/拳头', code: '/:@@'},
{file: '186', text: '/差劲', code: '/:bad'},
{file: '187', text: '/爱你', code: '/:lvu'},
{file: '188', text: '/NO', code: '/:no'},
{file: '189', text: '/OK', code: '/:ok'},
{file: '190', text: '/爱情', code: '/:love'},
{file: '191', text: '/飞吻', code: '/:<L>'},
{file: '192', text: '/跳跳', code: '/:jump'},
{file: '193', text: '/发抖', code: '/:shake'},
{file: '194', text: '/怄火', code: '/:<O>'},
{file: '195', text: '/转圈', code: '/:circle'},
{file: '196', text: '/磕头', code: '/:kotow'},
{file: '197', text: '/回头', code: '/:turn'},
{file: '198', text: '/跳绳', code: '/:skip'},
{file: '199', text: '/投降', code: '/:oY'},
{file: '200', text: '/激动', code: '/:#-O'},
{file: '201', text: '/乱舞', code: '/:hiphot'},
{file: '202', text: '/献吻', code: '/:kiss'},
{file: '203', text: '/左太极', code: '/:<&'},
{file: '204', text: '/右太极', code: '/:&>'}
];
module.exports = emojiMap;