diff --git a/shared/resource/jsons/dic_zyz_chat_emoji.json b/shared/resource/jsons/dic_zyz_chat_emoji.json index ef73f5cdc..5cfd17992 100644 --- a/shared/resource/jsons/dic_zyz_chat_emoji.json +++ b/shared/resource/jsons/dic_zyz_chat_emoji.json @@ -1,32 +1,93 @@ [ { "id": 1, - "name": "大笑", - "gifUrl": "emoji_1", - "index": 1 + "name": "夏侯花痴", + "animation": "xiahou_huachi", + "index": 1, + "imgNum": 2 }, { "id": 2, - "name": "大哭", - "gifUrl": "emoji_2", - "index": 2 + "name": "夏侯坏笑", + "animation": "xiahou_huaixiao", + "index": 2, + "imgNum": 2 }, { "id": 3, - "name": "哭1", - "gifUrl": "emoji_3", - "index": 3 + "name": "夏侯滑稽", + "animation": "xiahou_huaji", + "index": 3, + "imgNum": 2 }, { "id": 4, - "name": "哭2", - "gifUrl": "emoji_4", - "index": 4 + "name": "夏侯困", + "animation": "xiahou_kun", + "index": 4, + "imgNum": 3 }, { "id": 5, - "name": "哭3", - "gifUrl": "emoji_5", - "index": 5 + "name": "夏侯喷", + "animation": "xiahou_pen", + "index": 5, + "imgNum": 3 + }, + { + "id": 6, + "name": "夏侯伤心哭", + "animation": "xiahou_shangxinku", + "index": 6, + "imgNum": 2 + }, + { + "id": 7, + "name": "夏侯震惊", + "animation": "xiahou_zhenjing", + "index": 7, + "imgNum": 3 + }, + { + "id": 8, + "name": "赵云抠鼻", + "animation": "zhaoyun_koubi", + "index": 1, + "imgNum": 2 + }, + { + "id": 9, + "name": "赵云探头", + "animation": "zhaoyun_tantou", + "index": 2, + "imgNum": 3 + }, + { + "id": 10, + "name": "赵云无语", + "animation": "zhaoyun_wuyu", + "index": 3, + "imgNum": 3 + }, + { + "id": 11, + "name": "赵云笑哭", + "animation": "zhaoyun_xiaoku", + "index": 4, + "imgNum": 2 + }, + { + "id": 12, + "name": "赵云疑惑", + "animation": "zhaoyun_yihuo", + "index": 5, + "imgNum": 3 + }, + { + "id": 13, + "name": "赵云晕", + "animation": "zhaoyun_yun", + "index": 6, + "imgNum": 3 } ] \ No newline at end of file diff --git a/shared/resource/jsons/dic_zyz_chat_emoji_group.json b/shared/resource/jsons/dic_zyz_chat_emoji_group.json index abe96156e..a33fbc4ec 100644 --- a/shared/resource/jsons/dic_zyz_chat_emoji_group.json +++ b/shared/resource/jsons/dic_zyz_chat_emoji_group.json @@ -1,8 +1,14 @@ [ { "id": 1, - "groupName": "sb", + "groupName": "xiahou", "groupIndex": 1, - "emojiList": "1&2&3&4&5" + "emojiList": "1&2&3&4&5&6&7" + }, + { + "id": 2, + "groupName": "zhaoyun", + "groupIndex": 2, + "emojiList": "8&9&10&11&12&13" } ] \ No newline at end of file