_config.yml配置更改

hexo 博客根目录下打开_config.yml文件

更改主题配置为butterfly

1
theme: butterfly

更改网站标题,网站标签,网站关键字,网站作者,网站语言

1
2
3
4
5
6
7
title: Xpand Bolg
subtitle: ''
description: ''
keywords: xpand,小鹏and,小鹏,xiaopengand
author: Xpand
language: zh-CN
timezone: ''

修改网站url

1
url: https://qwas.top

安装插件

如果你没有 pug 以及 stylus 的渲染器,请下载安装:

1
npm install hexo-renderer-pug hexo-renderer-stylus --save

_config.butterfly.yml配置更改

将主题文件下的_config.yml 复制到 Hexo 根目录里,同时重新命名为 _config.butterfly.yml
以后只需要在 _config.butterfly.yml进行配置就行。
Hexo会自动合并主题中的_config.yml _config.butterfly.yml里的配置,如果存在同名配置,会使用_config.butterfly.yml的配置,其优先度较高。

开启404界面

1
2
3
4
error_404:
enable: true
subtitle: '页面没有找到'
background: https://i.loli.net/2020/05/19/aKOcLiyPl2JQdFD.png

导航菜单配置

1
主页: / || fas fa-home

后续再加

代码框展开/关闭

  • true 全部代码框不展开,需点击>打开
  • false 代码狂展开,有>点击按钮
  • none 不显示>按钮
1
highlight_shrink: true 

社交图标

1
2
social:
fab fa-qq : tencent://message/?uin=1822705653 || QQ

后续再加

文章自动节选

  1. description: 只显示description
  2. both: 优先选择description,如果没有配置description,则显示自动节选的内容
  3. auto_excerpt:只显示自动节选
  4. false: 不显示文章内容
1
2
3
index_post_content:
method: 3
length: 150

顶部图

1
index_img: https://gitee.com/Xpand/img/raw/master/home.jpg

后续再加<

文章封面

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
cover:
# display the cover or not (是否顯示文章封面)
index_enable: true
aside_enable: true
archives_enable: true
# the position of cover in home page (封面顯示的位置)
# left/right/both
position: both
# When cover is not set, the default cover is displayed (當沒有設置cover時,默認的封面顯示)
default_cover:
- https://i.loli.net/2020/12/10/hBcVbn9dfZl5XvT.jpg
- https://i.loli.net/2020/12/10/7beIxPNwMtKLFVu.jpg
- https://i.loli.net/2020/12/10/ZsW3yG2qx5loJNv.jpg
- https://i.loli.net/2020/12/10/elQ1iKgjX8SUpo3.jpg
- https://i.loli.net/2020/12/10/CgE6Owbin4kDFId.jpg
- https://i.loli.net/2020/12/10/OgzWZnrSN4CDEQ3.jpg
- https://i.loli.net/2020/12/10/q5t8PKT61vU3pXo.jpg
- https://i.loli.net/2020/12/10/2t4XKc6hpgxYLN1.jpg
- https://i.loli.net/2020/12/10/IQtwislgCEvzVMa.jpg
- https://i.loli.net/2020/12/10/kxQpSW8HX9sbvne.jpg
- https://i.loli.net/2020/12/10/iyFnN6gbrXtHz4G.jpg
- https://i.loli.net/2020/12/10/6U2CcwkzxjRtrNV.jpg
- https://i.loli.net/2020/12/10/aAUyjwQW359GXJR.jpg
- https://i.loli.net/2020/12/10/kLtdEV2fZTJCA3N.jpg
- https://i.loli.net/2020/12/10/HdV7SIDezXy1a4w.jpg
- https://i.loli.net/2020/12/10/ETr1LyXZuOn4YvW.jpg
- https://i.loli.net/2020/12/10/ZyuNGdQ9WSrHeBO.jpg
- https://i.loli.net/2020/12/10/jI1Rwkn8d2Cz54W.jpg
- https://i.loli.net/2020/12/10/2S5fRCW9q3djplr.jpg
- https://i.loli.net/2020/12/10/e2E7d5mRJstTNu9.jpg
- https://i.loli.net/2020/12/10/vlHwtp9IZ4Ry5Gu.jpg
- https://i.loli.net/2020/12/10/XmRnEoWUwkYHugS.jpg
- https://i.loli.net/2020/12/10/PxUtYv75oglSq8D.jpg
- https://i.loli.net/2020/12/10/MK9Oq1t3IAb2Lls.jpg
- https://i.loli.net/2020/12/10/4aH2bYU5mv8o9FD.jpg
- https://i.loli.net/2020/12/10/Og5xtPEIwQW89Rj.jpg

文章meta显示

1
2
3
4
5
6
7
8
9
10
11
12
13
post_meta:
page: # Home Page
date_type: created # created or updated or both 主頁文章日期是創建日或者更新日或都顯示
date_format: date # date/relative 顯示日期還是相對日期
categories: true # true or false 主頁是否顯示分類
tags: true # true or false 主頁是否顯示標籤
label: true # true or false 顯示描述性文字
post:
date_type: both # created or updated or both 文章頁日期是創建日或者更新日或都顯示
date_format: date # date/relative 顯示日期還是相對日期
categories: true # true or false 文章頁是否顯示分類
tags: true # true or false 文章頁是否顯示標籤
label: true # true or false 顯示描述性文字

文章版权

1
2
3
4
5
6
post_copyright:
enable: true
# 中文网址显示
decode: false
license: CC BY-NC-SA 4.0
license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/

如果有文章(例如:转载文章)不需要显示版权,可以在文章Front-matter单独设置

1
copyright: false

从3.0.0开始,支持对单独文章设置版权信息,可以在文章Front-matter单独设置

1
2
3
4
copyright_author: xxxx
copyright_author_href: https://xxxxxx.com
copyright_url: https://xxxxxx.com
copyright_info: 此文章版权归xxxxx所有,如有转载,请註明来自原作者

TOC

1
2
3
4
toc:
enable: true
number: true
style_simple: false #开启对网站访问优化有一丝丝的好处

图片描述文字

1
photofigcaption: true

文章锚点

1
anchor: true

文章过期提醒

1
2
3
4
5
6
7
noticeOutdate:
enable: true
style: flat # style: simple/flat
limit_day: 180 # When will it be shown
position: top # position: top/bottom
message_prev: 自上次文章更新已有
message_next: 天,文章的内容可能已经过时

头像

1
2
3
4
avatar:
img: https://gitee.com/xpand/img/raw/master/20201210103435.png
#头像会一直转圈
effect: false

复制相关配置

1
2
3
4
5
copy:
enable: true
copyright:
enable: true
limit_count: 249

页脚设置

1
2
3
4
5
6
7
8
9
10
11
12
footer:
owner:
enable: false
since: 2020
# 页脚自定义文字
custom_text:
copyright: false # Copyright of theme and framework
ICP: # Chinese ICP License
enable: false
url:
text:
icon:

右下角按钮

简繁转换

1
2
3
4
5
6
7
8
9
10
11
12
translate:
enable: true
# The text of a button
default: 簡
# the language of website (1 - Traditional Chinese/ 2 - Simplified Chinese)
defaultEncoding: 2
# Time delay
translateDelay: 0
# The text of the button when the language is Simplified Chinese
msgToTraditionalChinese: '繁'
# The text of the button when the language is Traditional Chinese
msgToSimplifiedChinese: '簡'

夜间模式

1
2
3
4
5
6
7
8
enable: true
# Toggle Button to switch dark/light mode
button: true
# Switch dark/light mode automatically (自動切換 dark mode和 light mode)
# autoChangeMode: 1 Following System Settings, if the system doesn't support dark mode, it will switch dark mode between 6 pm to 6 am
# autoChangeMode: 2 Switch dark mode between 6 pm to 6 am
# autoChangeMode: false
autoChangeMode: 1

阅读模式

1
readmode: true

字体大小

1
change_font_size: true

侧边栏设置

侧边排版

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
aside:
enable: true
hide: false
button: true
mobile: true # display on mobile
position: right # left or right
card_author:
enable: true
description:
#主页头像下的标签
button:
icon: fa fa-bookmark
text: 点它 点它
link: https://qwas.top/
#公告
card_announcement:
enable: true
content: 月亮很亮,亮也没用,没用也亮。我在想你,想你没用,没用也想

访问人数

1
2
3
4
busuanzi:
site_uv: false
site_pv: false
page_pv: true

评论开启

1
2
3
4
5
6
7
8
9
10
11
comments:
# Up to two comments system, the first will be shown as default
# Choose: Disqus/Disqusjs/Livere/Gitalk/Valine/Utterances/Facebook Comments/Twikoo
use:
- Valine
# - Disqus
text: true # Display the comment name next to the button
# lazyload: The comment system will be load when comment element enters the browser's viewport.
# If you set it to true, the comment count will be invalid
lazyload: false
count: false # Display comment count in top_img

valine评论

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
valine:
appId: # leancloud application app id
appKey: # leancloud application app key
pageSize: 10 # comment list page size
avatar: monsterid # gravatar style https://valine.js.org/#/avatar
lang: zh-CN # i18n: zh-CN/zh-TW/en/ja
placeholder: 📌月亮很亮,亮也没用,没用也亮。我在想你,想你没用,没用也想📌 # valine comment input placeholder (like: Please leave your footprints)
guest_info: nick,mail,link # valine comment header info (nick/mail/link)
recordIP: false # Record reviewer IP
serverURLs: # This configuration is suitable for domestic custom domain name users, overseas version will be automatically detected (no need to manually fill in)
bg: https://jsd.onmicrosoft.cn/gh/xiaopengand/img@latest/2020/12/17/8f526379bffcc2af1659c14e1fc71a60.png # valine background
emojiCDN: # emoji CDN
enableQQ: true # enable the Nickname box to automatically get QQ Nickname and QQ Avatar
requiredFields: nick,mail # required fields (nick/mail)
option:

本地搜索

1
2
# 先安装下插件
npm install hexo-generator-search --save
1
2
local_search:
enable: true

背景图片

1
background: url(https://gitee.com/xpand/img/raw/master/gezi.svg)

页脚背景图片

1
2
# footer是否显示图片背景(与top_img一致)
footer_bg: true

打字效果

1
2
3
4
5
6
activate_power_mode:
enable: true
colorful: true # open particle animation (冒光特效)
shake: false # open shake (抖動特效)
mobile: false

鼠标点击效果

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ClickShowText:
enable: true
text:
# - I
# - LOVE
# - YOU
- 富强
- 民主
- 文明
- 和谐
- 爱国
- 敬业
- 诚信
- 友善
- 自由
- 平等
- 公正
- 法治
fontSize: 15px
random: true
mobile: true

网站副标题

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
subtitle:
enable: true
# Typewriter Effect (打字效果)
effect: true
# loop (循環打字)
loop: false
# source調用第三方服務
# source: false 關閉調用
# source: 1 調用搏天api的隨機語錄(簡體) https://api.btstu.cn/
# source: 2 調用一言網的一句話(簡體) https://hitokoto.cn/
# source: 3 調用一句網(簡體) http://yijuzhan.com/
# source: 4 調用今日詩詞(簡體) https://www.jinrishici.com/
# subtitle 會先顯示 source , 再顯示 sub 的內容
source: 2
# 如果有英文逗號' , ',請使用轉義字元 &#44;
# 如果有英文雙引號' " ',請使用轉義字元 "
# 開頭不允許轉義字元,如需要,請把整個句子用雙引號包住
# 如果關閉打字效果,subtitle只會顯示sub的第一行文字
sub:

字数统计

先安装插件npm install hexo-wordcount --save or yarn add hexo-wordcount

1
2
3
4
5
wordcount:
enable: true
post_wordcount: true
min2read: true
total_wordcount: true

Snackbar 弹窗

1
2
3
4
5
snackbar:
enable: true
position: bottom-centers
bg_light: '#49b1f5' # The background color of Toast Notification in light mode
bg_dark: '#121212' # The background color of Toast Notification in dark mode

添加友链

新建友链标签

  1. 前往你的 Hexo 博客的根目录
  2. 输入 hexo new page link
  3. 你会找到source/link/index.md这个文件
  4. 修改这个文件:
1
2
3
4
5
---
title: 友情链接
date: 2020-11-11 11:11:11
type: "link"
---

主页添加友链菜单

1
2
# menu添加
menu: 友情链接: /link/ || fas fa-link

友链添加配置

在Hexo博客目录中的source/_data(如果没有 _data 文件夹,请自行创建),创建一个文件link.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
- class_name: 友情链接
class_desc: 全是大佬们
link_list:
- name: iceH
link: https://www.secice.cn/
avatar: https://i.loli.net/2020/11/25/JsCHV8BEZIOFikW.jpg
descr: 咸鱼一条,啥也不是(其实是大佬)
- name: 幼稚园园长
link: https://yzyyz.top/
avatar: https://jsd.onmicrosoft.cn/gh/yzyyz1387/blogimages/img/bloger.jpeg
descr: 林深时见鹿
- name: ISLU
link: https://islu.cn
avatar: https://jsd.onmicrosoft.cn/gh/ialoe/BlogPicture@master/avatar.jpg
descr: 不断学习的00后小站博主的经历.
- name: 过客~励む (Yafine)
link: https://yafine-blog.cn
avatar: https://gitee.com/yafine66/blogimage/raw/master/img/me.jpg
descr: 你现在的努力,是为了以后有更多的选择!
- name: 小康博客
link: https://www.antmoe.com/
avatar: https://jsd.onmicrosoft.cn/gh/sviptzk/HexoStaticFile@latest/avatar.jpg
descr: 一个收藏回忆与分享技术的地方!
- name: PluShine
link: https://plushine.cn
avatar: https://jsd.onmicrosoft.cn/gh/xingjiahui/CDN@latest/touxiang.jpg
descr: XJHui's Blog #简短的介绍自己的博客或座右铭
- name: MJ’s Blog
descr: 醒亦念卿,梦亦念卿
link: https://blog.justlovesmile.top
avatar: https://jsd.onmicrosoft.cn/gh/Justlovesmile/CDN/image/logo.jpg

- class_name: 網站
class_desc: 值得推薦的網站
link_list:
- name: Youtube
link: https://www.youtube.com/
avatar: https://i.loli.net/2020/05/14/9ZkGg8v3azHJfM1.png
descr: 視頻網站
- name: Weibo
link: https://www.weibo.com/
avatar: https://i.loli.net/2020/05/14/TLJBum386vcnI1P.png
descr: 中國最大社交分享平台
- name: Twitter
link: https://twitter.com/
avatar: https://i.loli.net/2020/05/14/5VyHPQqR6LWF39a.png
descr: 社交分享平台

添加音乐菜单

安装插件npm install --save hexo-tag-aplayer

  1. 前往你的 Hexo 博客的根目录
  2. 输入hexo new page music
  3. 你会找到source/music/index.md这个文件
  4. 修改这个文件:
1
2
3
4
5
6
7
8
9
10
---
title: 音乐
date: 2020-12-10 10:05:02
type: "music"
aplayer: true
top_img: https://i.loli.net/2020/12/10/iyFnN6gbrXtHz4G.jpg
---
![ 网抑云开始 ](https://gitee.com/Xpand/img/raw/master/wangyiyun.png)

{% meting "3136952023" "netease" "playlist" "theme:#FF4081" "mode:circulation" "mutex:true" "listmaxheight:340px" "preload:auto" %}

主页添加音乐菜单

1
2
# menu添加
menu: 音乐: /music/ || fas fa-music

Hexo根目录_config里配置

1
2
aplayer:
meting: true

永久链接

在 front matter 中加入 id:xxxx

1
2
3
4
5
6
---
title: title
categories:
tags:
id: xxxx
---

在 hexo 根目录加入或修改 permalink

1
2
3
permalink: posts/:id.html/
permalink_defaults:
这样文章地址就会变为 `https://xxx.com/posts/id.html`,无需插件也能设置永久链接。

页脚养鱼

_config.butterfly.yml配置中inject
引入 js: https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/fishes.js
引入css
https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/xpand_fish.css

1
2
3
4
5
inject:
head:
- <link rel="stylesheet" href="https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/xpand_fish.css">
bottom:
- <script src="https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/fishes.js"></script>

参考木槿 : Hexo 大结局
主题已于 3.4.0 去除 jQuery 的引用,所以修改了fishes.js
设置了全局背景按照原来的css会移动背景图往上,导致不完整,修改了css

背景修改

查看小康博客 : Hexo博客之butterfly主题优雅更换背景

Valine添加自定义表情

参考:小康博客 : Valine添加自定义表情
在博客目录下\source\_data\文件夹下创建valine.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
{ 
"bilibili_罗小黑_自来水" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_自来水.png",
"bilibili_罗小黑_真棒" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_真棒.png",
"bilibili_罗小黑_找彩蛋" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_找彩蛋.png",
"bilibili_罗小黑_歪在吗" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_歪在吗.png",
"bilibili_罗小黑_撒花" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_撒花.png",
"bilibili_罗小黑_求包养" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_求包养.png",
"bilibili_罗小黑_你好呀" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_你好呀.png",
"bilibili_罗小黑_来了" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_来了.png",
"bilibili_罗小黑_可可爱爱" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_可可爱爱.png",
"bilibili_罗小黑_看电影" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_看电影.png",
"bilibili_罗小黑_加油" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_加油.png",
"bilibili_罗小黑_嗨" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_嗨.png",
"bilibili_罗小黑_鼓掌" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_鼓掌.png",
"bilibili_罗小黑_干杯" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_干杯.png",
"bilibili_罗小黑_大麦" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_大麦.png",
"bilibili_罗小黑_吃瓜" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bilibili/罗小黑_吃瓜.png",
"酷安_coolapk_emotion_1021" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1021.png",
"酷安_coolapk_emotion_1020" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1020.png",
"酷安_coolapk_emotion_1019" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1019.png",
"酷安_coolapk_emotion_1018" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1018.png",
"酷安_coolapk_emotion_1017" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1017.png",
"酷安_coolapk_emotion_1016" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1016.png",
"酷安_coolapk_emotion_1015" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1015.png",
"酷安_coolapk_emotion_1014" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1014.png",
"酷安_coolapk_emotion_1013" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1013.png",
"酷安_coolapk_emotion_1012" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1012.png",
"酷安_coolapk_emotion_1011" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1011.png",
"酷安_coolapk_emotion_1010" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1010.png",
"酷安_coolapk_emotion_109" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_109.png",
"酷安_coolapk_emotion_108" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_108.png",
"酷安_coolapk_emotion_107" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_107.png",
"酷安_coolapk_emotion_106" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_106.png",
"酷安_coolapk_emotion_105" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_105.png",
"酷安_coolapk_emotion_104" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_104.png",
"酷安_coolapk_emotion_103_nb" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_103_nb.png",
"酷安_coolapk_emotion_102_fadai" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_102_fadai.png",
"酷安_coolapk_emotion_101_pyjiaoyi" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_101_pyjiaoyi.png",
"酷安_coolapk_emotion_100_qqdoge" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_100_qqdoge.png",
"酷安_coolapk_emotion_99_zhoumei" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_99_zhoumei.png",
"酷安_coolapk_emotion_98_wunai" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_98_wunai.png",
"酷安_coolapk_emotion_97_haixiu" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_97_haixiu.png",
"酷安_coolapk_emotion_96_kuanlvmao" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_96_kuanlvmao.png",
"酷安_coolapk_emotion_95_erhading" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_95_erhading.png",
"酷安_coolapk_emotion_94" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_94.png",
"酷安_coolapk_emotion_93" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_93.png",
"酷安_coolapk_emotion_92" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_92.png",
"酷安_coolapk_emotion_91" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_91.png",
"酷安_coolapk_emotion_90" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_90.png",
"酷安_coolapk_emotion_89" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_89.png",
"酷安_coolapk_emotion_88" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_88.png",
"酷安_coolapk_emotion_87" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_87.png",
"酷安_coolapk_emotion_86" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_86.png",
"酷安_coolapk_emotion_85" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_85.png",
"酷安_coolapk_emotion_84_baiyan" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_84_baiyan.png",
"酷安_coolapk_emotion_83_huoba" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_83_huoba.png",
"酷安_coolapk_emotion_82_miaomiao" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_82_miaomiao.png",
"酷安_coolapk_emotion_81_naikezui" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_81_naikezui.png",
"酷安_coolapk_emotion_80" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_80.png",
"酷安_coolapk_emotion_79" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_79.png",
"酷安_coolapk_emotion_78" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_78.png",
"酷安_coolapk_emotion_77" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_77.png",
"酷安_coolapk_emotion_76" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_76.png",
"酷安_coolapk_emotion_75" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_75.png",
"酷安_coolapk_emotion_74" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_74.png",
"酷安_coolapk_emotion_73" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_73.png",
"酷安_coolapk_emotion_72" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_72.png",
"酷安_coolapk_emotion_71" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_71.png",
"酷安_coolapk_emotion_70" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_70.png",
"酷安_coolapk_emotion_69" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_69.png",
"酷安_coolapk_emotion_68" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_68.png",
"酷安_coolapk_emotion_67_mojinghuaji" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_67_mojinghuaji.png",
"酷安_coolapk_emotion_66_doujiyanhuaji" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_66_doujiyanhuaji.png",
"酷安_coolapk_emotion_65_coshuaji" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_65_coshuaji.png",
"酷安_coolapk_emotion_64_shounuehuaji" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_64_shounuehuaji.png",
"酷安_coolapk_emotion_63_liuhanhuaji" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_63_liuhanhuaji.png",
"酷安_coolapk_emotion_62_huaji" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_62_huaji.png",
"酷安_coolapk_emotion_61_lvmao" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_61_lvmao.png",
"酷安_coolapk_emotion_60_kuan" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_60_kuan.png",
"酷安_coolapk_emotion_59_erha" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_59_erha.png",
"酷安_coolapk_emotion_58_dogeyuanliangta" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_58_dogeyuanliangta.png",
"酷安_coolapk_emotion_57_dogehechi" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_57_dogehechi.png",
"酷安_coolapk_emotion_56_dogexiaoku" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_56_dogexiaoku.png",
"酷安_coolapk_emotion_55_lvyaowan" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_55_lvyaowan.png",
"酷安_coolapk_emotion_54_hongyaowan" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_54_hongyaowan.png",
"酷安_coolapk_emotion_53_pu" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_53_pu.png",
"酷安_coolapk_emotion_52_hejiu" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_52_hejiu.png",
"酷安_coolapk_emotion_51_chigua" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_51_chigua.png",
"酷安_coolapk_emotion_50_xinsui" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_50_xinsui.png",
"酷安_coolapk_emotion_49_huanhu" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_49_huanhu.png",
"酷安_coolapk_emotion_48_weiweiyixiao" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_48_weiweiyixiao.png",
"酷安_coolapk_emotion_47_weiqu" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_47_weiqu.png",
"酷安_coolapk_emotion_46_nanguo" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_46_nanguo.png",
"酷安_coolapk_emotion_45_yinxian" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_45_yinxian.png",
"酷安_coolapk_emotion_44_pen" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_44_pen.png",
"酷安_coolapk_emotion_43_heixian" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_43_heixian.png",
"酷安_coolapk_emotion_42_diaoxie" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_42_diaoxie.png",
"酷安_coolapk_emotion_41_meigui" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_41_meigui.png",
"酷安_coolapk_emotion_40_aixin" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_40_aixin.png",
"酷安_coolapk_emotion_39_caidao" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_39_caidao.png",
"酷安_coolapk_emotion_38_wozuimei" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_38_wozuimei.png",
"酷安_coolapk_emotion_37_doge" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_37_doge.png",
"酷安_coolapk_emotion_36_ku" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_36_ku.png",
"酷安_coolapk_emotion_35_ye" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_35_ye.png",
"酷安_coolapk_emotion_34_jizhi" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_34_jizhi.png",
"酷安_coolapk_emotion_33_wulian" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_33_wulian.png",
"酷安_coolapk_emotion_32_heiha" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_32_heiha.png",
"酷安_coolapk_emotion_31_xiaoku" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_31_xiaoku.png",
"酷安_coolapk_emotion_30_ok" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_30_ok.png",
"酷安_coolapk_emotion_29_baoquan" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_29_baoquan.png",
"酷安_coolapk_emotion_28_ruo" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_28_ruo.png",
"酷安_coolapk_emotion_27_qiang" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_27_qiang.png",
"酷安_coolapk_emotion_26_kelian" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_26_kelian.png",
"酷安_coolapk_emotion_25_zaijian" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_25_zaijian.png",
"酷安_coolapk_emotion_24_wuzuixiao" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_24_wuzuixiao.png",
"酷安_coolapk_emotion_23_shui" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_23_shui.png",
"酷安_coolapk_emotion_22_xiaoyan" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_22_xiaoyan.png",
"酷安_coolapk_emotion_21_penxue" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_21_penxue.png",
"酷安_coolapk_emotion_20_qinqin" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_20_qinqin.png",
"酷安_coolapk_emotion_19_koubi" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_19_koubi.png",
"酷安_coolapk_emotion_18_han" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_18_han.png",
"酷安_coolapk_emotion_17_tushe" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_17_tushe.png",
"酷安_coolapk_emotion_16_tuosai" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_16_tuosai.png",
"酷安_coolapk_emotion_15_fanu" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_15_fanu.png",
"酷安_coolapk_emotion_14_bishi" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_14_bishi.png",
"酷安_coolapk_emotion_13_huaixiao" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_13_huaixiao.png",
"酷安_coolapk_emotion_12_wuyu" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_12_wuyu.png",
"酷安_coolapk_emotion_11_yiwen" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_11_yiwen.png",
"酷安_coolapk_emotion_10_aoman" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_10_aoman.png",
"酷安_coolapk_emotion_9_se" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_9_se.png",
"酷安_coolapk_emotion_8_piezui" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_8_piezui.png",
"酷安_coolapk_emotion_7_hehe" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_7_hehe.png",
"酷安_coolapk_emotion_6_weixiao" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_6_weixiao.png",
"酷安_coolapk_emotion_5_keai" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_5_keai.png",
"酷安_coolapk_emotion_4_liulei" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_4_liulei.png",
"酷安_coolapk_emotion_3_ciya" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_3_ciya.png",
"酷安_coolapk_emotion_2_jingya" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_2_jingya.png",
"酷安_coolapk_emotion_1_hahaha" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/coolapk_emotion_1_hahaha.png",
"酷安_c_ty" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_ty.png",
"酷安_c_twoy" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_twoy.png",
"酷安_c_twoo" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_twoo.png",
"酷安_c_twom" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_twom.png",
"酷安_c_twof" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_twof.png",
"酷安_c_twod" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_twod.png",
"酷安_c_teny" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_teny.png",
"酷安_c_oy" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_oy.png",
"酷安_c_oney" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_oney.png",
"酷安_c_oneo" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_oneo.png",
"酷安_c_onem" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_onem.png",
"酷安_c_onef" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_onef.png",
"酷安_c_oned" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_oned.png",
"酷安_c_fy" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_fy.png",
"酷安_c_fivey" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_fivey.png",
"酷安_c_fiveo" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_fiveo.png",
"酷安_c_fivem" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_fivem.png",
"酷安_c_fivef" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_fivef.png",
"酷安_c_fived" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_fived.png",
"酷安_c_coolb" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/酷安/c_coolb.png",
"bili_tv_gif_抓狂" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/抓狂.gif",
"bili_tv_gif_再见" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/再见.gif",
"bili_tv_gif_晕" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/晕.gif",
"bili_tv_gif_疑问" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/疑问.gif",
"bili_tv_gif_斜眼笑" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/斜眼笑.gif",
"bili_tv_gif_笑哭" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/笑哭.gif",
"bili_tv_gif_无奈" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/无奈.gif",
"bili_tv_gif_委屈" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/委屈.gif",
"bili_tv_gif_微笑" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/微笑.gif",
"bili_tv_gif_吐血" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/吐血.gif",
"bili_tv_gif_偷笑" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/偷笑.gif",
"bili_tv_gif_思考" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/思考.gif",
"bili_tv_gif_睡着" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/睡着.gif",
"bili_tv_gif_生气" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/生气.gif",
"bili_tv_gif_生病" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/生病.gif",
"bili_tv_gif_色" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/色.gif",
"bili_tv_gif_亲亲" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/亲亲.gif",
"bili_tv_gif_呕吐" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/呕吐.gif",
"bili_tv_gif_难过" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/难过.gif",
"bili_tv_gif_腼腆" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/腼腆.gif",
"bili_tv_gif_流汗" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/流汗.gif",
"bili_tv_gif_流鼻血" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/流鼻血.gif",
"bili_tv_gif_困" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/困.gif",
"bili_tv_gif_抠鼻子" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/抠鼻子.gif",
"bili_tv_gif_可爱" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/可爱.gif",
"bili_tv_gif_惊吓" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/惊吓.gif",
"bili_tv_gif_坏笑" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/坏笑.gif",
"bili_tv_gif_黑人问号" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/黑人问号.gif",
"bili_tv_gif_害羞" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/害羞.gif",
"bili_tv_gif_鼓掌" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/鼓掌.gif",
"bili_tv_gif_尴尬" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/尴尬.gif",
"bili_tv_gif_发怒" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/发怒.gif",
"bili_tv_gif_发财" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/发财.gif",
"bili_tv_gif_调皮" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/调皮.gif",
"bili_tv_gif_点赞" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/点赞.gif",
"bili_tv_gif_呆" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/呆.gif",
"bili_tv_gif_大佬" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/大佬.gif",
"bili_tv_gif_大哭" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/大哭.gif",
"bili_tv_gif_打脸" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/打脸.gif",
"bili_tv_gif_馋" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/馋.gif",
"bili_tv_gif_闭嘴" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/闭嘴.gif",
"bili_tv_gif_鄙视" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/鄙视.gif",
"bili_tv_gif_白眼" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/白眼.gif",
"bili_tv_gif_doge" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/bili_tv_gif/doge.gif",
"恶搞QQ_180" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/180.gif",
"恶搞QQ_179" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/179.gif",
"恶搞QQ_178" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/178.gif",
"恶搞QQ_177" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/177.gif",
"恶搞QQ_176" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/176.gif",
"恶搞QQ_175" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/175.gif",
"恶搞QQ_174" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/174.gif",
"恶搞QQ_173" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/173.gif",
"恶搞QQ_172" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/172.gif",
"恶搞QQ_171" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/171.gif",
"恶搞QQ_170" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/170.gif",
"恶搞QQ_169" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/169.gif",
"恶搞QQ_168" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/168.gif",
"恶搞QQ_167" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/167.gif",
"恶搞QQ_166" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/166.gif",
"恶搞QQ_165" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/165.gif",
"恶搞QQ_164" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/164.gif",
"恶搞QQ_163" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/163.gif",
"恶搞QQ_162" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/162.gif",
"恶搞QQ_161" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/161.gif",
"恶搞QQ_160" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/160.gif",
"恶搞QQ_159" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/159.gif",
"恶搞QQ_158" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/158.jpg",
"恶搞QQ_157" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/157.gif",
"恶搞QQ_156" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/156.gif",
"恶搞QQ_155" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/155.gif",
"恶搞QQ_154" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/154.gif",
"恶搞QQ_153" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/153.gif",
"恶搞QQ_152" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/152.png",
"恶搞QQ_151" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/151.gif",
"恶搞QQ_150" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/150.gif",
"恶搞QQ_149" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/149.gif",
"恶搞QQ_148" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/148.gif",
"恶搞QQ_147" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/147.gif",
"恶搞QQ_146" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/146.gif",
"恶搞QQ_145" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/145.gif",
"恶搞QQ_144" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/144.gif",
"恶搞QQ_143" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/143.gif",
"恶搞QQ_142" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/142.gif",
"恶搞QQ_141" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/141.gif",
"恶搞QQ_140" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/140.gif",
"恶搞QQ_139" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/139.gif",
"恶搞QQ_138" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/138.gif",
"恶搞QQ_137" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/137.gif",
"恶搞QQ_136" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/136.gif",
"恶搞QQ_135" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/135.gif",
"恶搞QQ_134" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/134.gif",
"恶搞QQ_133" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/133.jpg",
"恶搞QQ_132" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/132.gif",
"恶搞QQ_131" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/131.gif",
"恶搞QQ_130" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/130.gif",
"恶搞QQ_129" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/129.gif",
"恶搞QQ_128" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/128.gif",
"恶搞QQ_127" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/127.gif",
"恶搞QQ_126" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/126.gif",
"恶搞QQ_125" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/125.gif",
"恶搞QQ_124" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/124.gif",
"恶搞QQ_123" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/123.gif",
"恶搞QQ_122" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/122.gif",
"恶搞QQ_121" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/121.gif",
"恶搞QQ_120" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/120.gif",
"恶搞QQ_119" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/119.gif",
"恶搞QQ_118" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/118.gif",
"恶搞QQ_117" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/117.gif",
"恶搞QQ_116" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/116.gif",
"恶搞QQ_115" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/115.gif",
"恶搞QQ_114" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/114.gif",
"恶搞QQ_113" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/113.gif",
"恶搞QQ_112" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/112.gif",
"恶搞QQ_111" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/111.gif",
"恶搞QQ_110" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/110.gif",
"恶搞QQ_109" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/109.jpg",
"恶搞QQ_108" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/108.gif",
"恶搞QQ_107" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/107.gif",
"恶搞QQ_106" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/106.gif",
"恶搞QQ_105" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/105.gif",
"恶搞QQ_104" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/104.gif",
"恶搞QQ_103" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/103.gif",
"恶搞QQ_102" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/102.gif",
"恶搞QQ_101" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/101.gif",
"恶搞QQ_100" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/100.gif",
"恶搞QQ_99" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/99.gif",
"恶搞QQ_98" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/98.gif",
"恶搞QQ_97" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/97.gif",
"恶搞QQ_96" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/96.jpg",
"恶搞QQ_95" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/95.gif",
"恶搞QQ_94" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/94.gif",
"恶搞QQ_93" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/93.gif",
"恶搞QQ_92" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/92.gif",
"恶搞QQ_91" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/91.gif",
"恶搞QQ_90" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/90.gif",
"恶搞QQ_89" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/89.gif",
"恶搞QQ_88" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/88.gif",
"恶搞QQ_87" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/87.gif",
"恶搞QQ_86" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/86.gif",
"恶搞QQ_85" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/85.gif",
"恶搞QQ_84" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/84.gif",
"恶搞QQ_83" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/83.gif",
"恶搞QQ_82" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/82.gif",
"恶搞QQ_81" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/81.jpg",
"恶搞QQ_80" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/80.gif",
"恶搞QQ_79" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/79.gif",
"恶搞QQ_78" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/78.gif",
"恶搞QQ_77" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/77.gif",
"恶搞QQ_76" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/76.gif",
"恶搞QQ_75" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/75.jpg",
"恶搞QQ_74" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/74.gif",
"恶搞QQ_73" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/73.gif",
"恶搞QQ_72" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/72.gif",
"恶搞QQ_71" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/71.gif",
"恶搞QQ_70" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/70.gif",
"恶搞QQ_69" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/69.gif",
"恶搞QQ_68" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/68.gif",
"恶搞QQ_67" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/67.gif",
"恶搞QQ_66" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/66.gif",
"恶搞QQ_65" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/65.jpg",
"恶搞QQ_64" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/64.gif",
"恶搞QQ_63" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/63.gif",
"恶搞QQ_62" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/62.gif",
"恶搞QQ_61" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/61.gif",
"恶搞QQ_60" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/60.gif",
"恶搞QQ_59" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/59.gif",
"恶搞QQ_58" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/58.gif",
"恶搞QQ_57" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/57.gif",
"恶搞QQ_56" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/56.gif",
"恶搞QQ_55" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/55.jpg",
"恶搞QQ_54" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/54.gif",
"恶搞QQ_53" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/53.gif",
"恶搞QQ_52" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/52.gif",
"恶搞QQ_51" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/51.jpg",
"恶搞QQ_50" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/50.gif",
"恶搞QQ_49" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/49.gif",
"恶搞QQ_48" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/48.gif",
"恶搞QQ_47" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/47.gif",
"恶搞QQ_46" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/46.gif",
"恶搞QQ_45" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/45.gif",
"恶搞QQ_44" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/44.gif",
"恶搞QQ_43" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/43.gif",
"恶搞QQ_42" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/42.gif",
"恶搞QQ_41" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/41.gif",
"恶搞QQ_40" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/40.gif",
"恶搞QQ_39" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/39.gif",
"恶搞QQ_38" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/38.gif",
"恶搞QQ_37" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/37.gif",
"恶搞QQ_36" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/36.gif",
"恶搞QQ_35" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/35.gif",
"恶搞QQ_34" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/34.gif",
"恶搞QQ_33" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/33.gif",
"恶搞QQ_32" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/32.gif",
"恶搞QQ_31" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/31.gif",
"恶搞QQ_30" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/30.gif",
"恶搞QQ_29" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/29.gif",
"恶搞QQ_28" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/28.gif",
"恶搞QQ_27" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/27.gif",
"恶搞QQ_26" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/26.gif",
"恶搞QQ_25" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/25.gif",
"恶搞QQ_24" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/24.gif",
"恶搞QQ_23" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/23.gif",
"恶搞QQ_22" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/22.gif",
"恶搞QQ_21" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/21.gif",
"恶搞QQ_20" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/20.gif",
"恶搞QQ_19" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/19.gif",
"恶搞QQ_18" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/18.gif",
"恶搞QQ_17" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/17.gif",
"恶搞QQ_16" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/16.gif",
"恶搞QQ_15" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/15.gif",
"恶搞QQ_14" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/14.gif",
"恶搞QQ_13" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/13.gif",
"恶搞QQ_12" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/12.png",
"恶搞QQ_11" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/11.gif",
"恶搞QQ_10" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/10.png",
"恶搞QQ_9" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/9.gif",
"恶搞QQ_8" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/8.gif",
"恶搞QQ_7" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/7.gif",
"恶搞QQ_6" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/6.gif",
"恶搞QQ_5" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/5.gif",
"恶搞QQ_4" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/4.gif",
"恶搞QQ_3" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/3.gif",
"恶搞QQ_2" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/2.gif",
"恶搞QQ_1" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/恶搞QQ/1.gif",
"custom_32" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/31.webp",
"custom_31" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/30.gif",
"custom_30" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/29.webp",
"custom_29" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/28.webp",
"custom_28" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/27.webp",
"custom_27" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/26.webp",
"custom_26" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/25.jpg",
"custom_25" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/24.webp",
"custom_24" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/23.webp",
"custom_23" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/22.webp",
"custom_22" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/21.webp",
"custom_21" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/20.webp",
"custom_20" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/19.webp",
"custom_19" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/18.jpg",
"custom_18" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/17.webp",
"custom_17" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/16.webp",
"custom_16" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/15.webp",
"custom_15" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/14.webp",
"custom_14" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/13.webp",
"custom_13" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/12.webp",
"custom_12" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/11.webp",
"custom_11" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/10.webp",
"custom_10" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/9.webp",
"custom_9" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/8.webp",
"custom_8" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/7.webp",
"custom_7" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/6.gif",
"custom_6" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/5.gif",
"custom_5" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/4.jpg",
"custom_4" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/3.jpg",
"custom_3" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/2.webp",
"custom_2" : "https://jsd.onmicrosoft.cn/gh/xiaopengand/emotion/custom/1.webp"
}

valine 评论小标签

  1. 打开博客目录下themes\butterfly\layout\includes\third-party\commentsvaline.pug替换成以下内容:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    - let emojiMaps = '""'
    if site.data.valine
    - emojiMaps = JSON.stringify(site.data.valine)

    script(src=url_for(theme.CDN.valine))
    script.
    var requestSetting = function (from,set) {
    var from = from
    var setting = set.split(',').filter(function(item){
    return from.indexOf(item) > -1
    });
    setting = setting.length == 0 ? from :setting;
    return setting
    }

    var guestInfo = requestSetting(['nick','mail','link'],'#{ theme.valine.guest_info }')
    var requiredFields = requestSetting(['nick','mail','link'],'#{ theme.valine.requiredFields }')
    let friends = '#{theme.valine.friends}'.split(',')
    let master = '#{theme.valine.master}'.split(',')
    let tagMeta = '#{theme.valine.tagMeta || "博主,小伙伴,访客"}'.split(',')

    function loadValine () {
    function initValine () {
    window.valine = new Valine({
    el: '#vcomment',
    appId: '#{theme.valine.appId}',
    appKey: '#{theme.valine.appKey}',
    placeholder: '#{theme.valine.placeholder}',
    avatar: '#{theme.valine.avatar}',
    meta: '#{theme.valine.guest_info }'.split(','),
    pageSize: '#{theme.valine.pageSize}',
    lang: '#{theme.valine.lang}',
    recordIP: #{theme.valine.recordIP},
    serverURLs: '#{theme.valine.serverURLs}',
    emojiCDN: '#{theme.valine.emojiCDN}',
    emojiMaps: !{emojiMaps},
    enableQQ: #{theme.valine.enableQQ},
    path: window.location.pathname,
    master: master,
    friends: friends,
    tagMeta: tagMeta,
    metaPlaceholder: !{JSON.stringify(theme.valine.metaPlaceholder || {})}
    });
    if ('#{theme.valine.requiredFields}') { valine.config.requiredFields= '#{theme.valine.requiredFields}'.split(',') }
    }

    if (typeof Valine === 'function') initValine()
    else $.getScript('!{url_for(theme.CDN.valine)}', initValine)
    }

    if ('!{theme.comments.use[0]}' === 'Valine' || !!{theme.comments.lazyload}) {
    if (!{theme.comments.lazyload}) loadComment(document.querySelector('#vcomment'),loadValine)
    else setTimeout(() => loadValine(), 0)
    } else {
    function loadOtherComment () {
    loadValine()
    }
    }
  2. 修改butterfly.yml配置文件:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    valine:
    appId: n2ky955cEwmG2fXTPR2brhV8-gzGzoHsz # leancloud application app id
    appKey: j9yWSwEobTaIXHFl6TUDfDqU # leancloud application app key
    pageSize: 10 # comment list page size
    avatar: monsterid # gravatar style https://valine.js.org/#/avatar
    lang: zh-CN # i18n: zh-CN/zh-TW/en/ja
    placeholder: '📌月亮很亮,亮也没用,没用也亮。我在想你,想你没用,没用也想📌' # valine comment input placeholder (like: Please leave your footprints)
    guest_info: nick,mail,link # valine comment header info (nick/mail/link)
    recordIP: false # Record reviewer IP
    serverURLs: # This configuration is suitable for domestic custom domain name users, overseas version will be automatically detected (no need to manually fill in)
    bg: https://jsd.onmicrosoft.cn/gh/xiaopengand/img@latest/2020/12/17/8f526379bffcc2af1659c14e1fc71a60.png # valine background
    master: # md5加密后的博主邮箱
    - aa1a0ae323a0ca99dfb391f9e0ca8565
    - 5f9df9c0455f94810d323eff7d43becf
    friends: # md5加密后的小伙伴邮箱
    - b54a2b47a00f4e0db177d6ff55bc5c2e
    - bc7e6b7c4c20c294c7b42846a18beaae
    - 208501c4486b522ec8aefde5035cfbf5

    metaPlaceholder: # 输入框的背景文字
    nick: 昵称/QQ号(必填)
    mail: 邮箱(必填)
    link: 网址(https://)
    tagMeta: '博主,小伙伴,访客' # 标签要显示的文字,默认'博主,小伙伴,访客'
    verify: false # 评论时是否需要验证,需jQuery支持
    emojiCDN: # emoji CDN
    enableQQ: true # enable the Nickname box to automatically get QQ Nickname and QQ Avatar
    requiredFields: nick,mail # required fields (nick/mail)
    option:
  3. 将CND中的valine链接改为https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/Valine.min.js
  4. 改完之后hexo clean一下。

    参考:HCLonely Blog 的修改教程

背景图片,背景样式

引入css样式地址:https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/bgcss.css

1
2
inject:
head: - <link rel="stylesheet" href="https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/bgcss.css">

参考小康博客 : Hexo博客之butterfly主题优雅更换背景

自定义鼠标样式,自定义字体

参考木槿Butterfly 主题更新总结
引用方法:
将引用代码添加到博客目录下 themes\Butterfly\source\css\_third-partynormalize.min.css 末尾即可

1
2
3
4
5
6
7
8
9
10
11
12
13
@font-face { font-family:MyFont;
src: url(https://jsd.onmicrosoft.cn/gh/emeomo/vieu@master/webmo.woff2)}
body{font-family:MyFont!important;}

body {
cursor: url(https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/S1.cur),
default;
}
a,
img {
cursor: url(https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/S2.cur),
default;
}

添加旋转小人

参考MJ’s Blog : 旋转小人
他给的html代码,但我不会用,我也看不懂,我用工具转成了pug代码
修改博客目录\themes\butterfly\layout\includes\widget\card_announcement.pug文件
,但需要注意格式,空格位置不对会导致报错

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
if theme.aside.card_announcement.enable
.card-widget.card-announcement
.card-content
.item-headline
i.fas.fa-bullhorn.card-announcement-animation
span= _p('aside.card_announcement')
.announcement_content!= theme.aside.card_announcement.content

.xpand(style='height:200px;')
canvas.illo(width='800' height='800' style='max-width: 200px; max-height: 200px; touch-action: none; width: 640px; height: 640px;')
script(src='https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/xzxr/twopeople1.js')
script(src='https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/xzxr/zdog.dist.js')
script#rendered-js(src='https://jsd.onmicrosoft.cn/gh/xiaopengand/blogCdn@latest/xzxr/twopeople.js')
style.
.card-widget.card-announcement {
margin: 0;
align-items: center;
justify-content: center;
text-align: center;
}
canvas {
display: block;
margin: 0 auto;
cursor: move;
}