From 8688ab178821c333f3b22f913cb10b4c9c92697a Mon Sep 17 00:00:00 2001 From: yajunlu Date: Fri, 17 Sep 2021 16:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E8=A1=A8=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/resource/jsons/dic_zyz_chat_emoji.json | 32 +++++++++++++++++++ .../jsons/dic_zyz_chat_emoji_group.json | 8 +++++ 2 files changed, 40 insertions(+) create mode 100644 shared/resource/jsons/dic_zyz_chat_emoji.json create mode 100644 shared/resource/jsons/dic_zyz_chat_emoji_group.json diff --git a/shared/resource/jsons/dic_zyz_chat_emoji.json b/shared/resource/jsons/dic_zyz_chat_emoji.json new file mode 100644 index 000000000..ef73f5cdc --- /dev/null +++ b/shared/resource/jsons/dic_zyz_chat_emoji.json @@ -0,0 +1,32 @@ +[ + { + "id": 1, + "name": "大笑", + "gifUrl": "emoji_1", + "index": 1 + }, + { + "id": 2, + "name": "大哭", + "gifUrl": "emoji_2", + "index": 2 + }, + { + "id": 3, + "name": "哭1", + "gifUrl": "emoji_3", + "index": 3 + }, + { + "id": 4, + "name": "哭2", + "gifUrl": "emoji_4", + "index": 4 + }, + { + "id": 5, + "name": "哭3", + "gifUrl": "emoji_5", + "index": 5 + } +] \ 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 new file mode 100644 index 000000000..abe96156e --- /dev/null +++ b/shared/resource/jsons/dic_zyz_chat_emoji_group.json @@ -0,0 +1,8 @@ +[ + { + "id": 1, + "groupName": "sb", + "groupIndex": 1, + "emojiList": "1&2&3&4&5" + } +] \ No newline at end of file