perf: 添加小兔子工作中表情
BIN
resources/assets/statics/public/images/emoticon/07/1.gif
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/10.gif
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/11.gif
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/12.gif
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/13.gif
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/14.gif
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/15.gif
Normal file
|
After Width: | Height: | Size: 87 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/2.gif
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/3.gif
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/4.gif
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/5.gif
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/6.gif
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/7.gif
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/8.gif
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/9.gif
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
resources/assets/statics/public/images/emoticon/07/icon.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
@ -24,7 +24,7 @@
|
||||
{name: '请你吃饭', path: '17.gif'},
|
||||
{name: '给你煮面', path: '18.gif'},
|
||||
{name: '说吧', path: '19.gif'},
|
||||
{name: '好的', path: '20.gif'},
|
||||
{name: '好的', key: 'OK', path: '20.gif'},
|
||||
{name: '你又迟到了', path: '21.gif'},
|
||||
{name: '自罚一杯', path: '22.gif'},
|
||||
{name: '哈哈', path: '23.gif'},
|
||||
@ -46,7 +46,7 @@
|
||||
{name: '围观', path: '08.gif'},
|
||||
{name: '哈哈', path: '09.gif'},
|
||||
{name: '加一', path: '10.gif'},
|
||||
{name: '嗯嗯', path: '11.gif'},
|
||||
{name: '嗯嗯', key: 'OK 可以', path: '11.gif'},
|
||||
{name: '暗中观察', path: '12.gif'},
|
||||
{name: '生日快乐', path: '13.gif'},
|
||||
{name: '蟹蟹', key: '谢谢', path: '14.gif'},
|
||||
@ -172,6 +172,28 @@
|
||||
{name: '走了走了', path: '23.gif'},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: '小兔子BonBon工作中',
|
||||
path: '07',
|
||||
icon: 'icon.png',
|
||||
list: [
|
||||
{name: '马上安排', path: '01.gif'},
|
||||
{name: '收到请回复', path: '02.gif'},
|
||||
{name: '收到', path: '03.gif'},
|
||||
{name: '合作愉快', path: '04.gif'},
|
||||
{name: '今天吃啥', path: '05.gif'},
|
||||
{name: '大佬辛苦了', path: '06.gif'},
|
||||
{name: '感恩的心', path: '07.gif'},
|
||||
{name: '没问题', key: 'ok 可以', path: '08.gif'},
|
||||
{name: '已发送', path: '09.gif'},
|
||||
{name: '老板霸气', path: '10.gif'},
|
||||
{name: '开会中', path: '11.gif'},
|
||||
{name: '对不起我的错', path: '12.gif'},
|
||||
{name: '赞', path: '13.gif'},
|
||||
{name: '请多指教', path: '14.gif'},
|
||||
{name: '有八卦', key: '吃瓜', path: '15.gif'},
|
||||
]
|
||||
},
|
||||
];
|
||||
|
||||
if (typeof wind.emoticonData === 'undefined') wind.emoticonData = [];
|
||||
|
||||