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