Skip to content

Commit 43995ca

Browse files
Update some PC emoji
1 parent c337086 commit 43995ca

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/main/java/com/oasisfeng/nevo/decorators/wechat/EmojiMap.java

+19-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class EmojiMap {
3333
{ "吐", "Puke", "🤢" },
3434
{ "困", "Drowsy", "😪" },
3535
{ "發", "Rich", "🀅" },
36-
{ "微笑", "Smile", "😃" },
36+
{ "微笑", "Smile", "🙂" },
3737
{ "撇嘴", "Grimace", "😖" },
3838
{ "发呆", "Scowl", "😳" },
3939
{ "得意", "CoolGuy", "😎" },
@@ -126,7 +126,7 @@ class EmojiMap {
126126
{ "无语", "Duh", "😒" },
127127
// { "吃瓜", "Onlooker", "" },
128128
{ "加油", "GoForIt", "✊" },
129-
{ "加油加油", null, "😷" },
129+
{ "加油加油", "KeepFighting", "😷" },
130130
{ "汗", "Sweats", "😶" },
131131
{ "天啊", "OMG", "🤯" },
132132
// { null, "Emm", "" },
@@ -163,7 +163,7 @@ class EmojiMap {
163163
{ "爱情", "InLove", "💕" },
164164
{ "飞吻", "Blowkiss", "😘" },
165165
{ "闪电", "Lightning", "⚡" },
166-
{ "刀", null, "🔪" }, // Dup of "Cleaver"
166+
{ "刀", "Dagger", "🗡️" }, // Dup of "Cleaver"
167167
{ "足球", "Soccer", "⚽" },
168168
{ "棒球", "Baseball", "⚾" },
169169
{ "橄榄球", "Football", "🏈" },
@@ -175,5 +175,21 @@ class EmojiMap {
175175
{ "药丸", "Pill", "💊" },
176176
{ "庆祝", "Party", "🎉" },
177177
{ "火箭", "Rocket ship", "🚀" },
178+
{ "饥饿", "Hungry", "😋" },
179+
{ "酷", "Ruthless", "😈" },
180+
{ "吓", "Uh Oh", "😠" },
181+
{ null, "Wrath", "😠" }, // Dup of above
182+
{ "奋斗", "Determined", "😣" },
183+
{ "疯了", "Tormented", "😤" },
184+
{ "糗大了", "Shame", "😳" },
185+
{ "磕头", "Kowtow", "🙇" },
186+
{ "回头", "Lookback", "🤚" },
187+
// { "跳绳", "Jump", "" },
188+
{ "投降", "Surrender", "🏳️" },
189+
{ "激动", "Hooray", "🙌" },
190+
// { "乱舞", "HeyHey", "" },
191+
{ "献吻", "Smooch", "😘" },
192+
// { "左太极", "Tai Ji L", "" },
193+
// { "右太极", "Tai Ji R", "" },
178194
};
179195
}

0 commit comments

Comments
 (0)