Skip to content

Commit

Permalink
评论区表情换成新浪图床
Browse files Browse the repository at this point in the history
不使用相对地址,避免邮件通知时图片地址错误。
支持https,稳定。
fix #23
  • Loading branch information
ihewro committed Feb 6, 2017
1 parent a86a69d commit 9c9e81a
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 12 deletions.
Binary file removed img/emoticon/1.jpg
Binary file not shown.
Binary file removed img/emoticon/10.jpg
Binary file not shown.
Binary file removed img/emoticon/11.jpg
Binary file not shown.
Binary file removed img/emoticon/12.jpg
Binary file not shown.
Binary file removed img/emoticon/2.jpg
Binary file not shown.
Binary file removed img/emoticon/3.jpg
Binary file not shown.
Binary file removed img/emoticon/4.jpg
Binary file not shown.
Binary file removed img/emoticon/5.jpg
Binary file not shown.
Binary file removed img/emoticon/6.jpg
Binary file not shown.
Binary file removed img/emoticon/7.jpg
Binary file not shown.
Binary file removed img/emoticon/8.jpg
Binary file not shown.
Binary file removed img/emoticon/9.jpg
Binary file not shown.
24 changes: 12 additions & 12 deletions js/OwO.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,51 +120,51 @@
"type": "image",
"container": [
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/1.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqhueqq7j202702ft8h\" />",
"text": "face1"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/2.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqhtst77j201q028we9\" />",
"text": "face2"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/3.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqhuiqflj202401r0sh\" />",
"text": "face3"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/4.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqhviscyj202a01ya9t\" />",
"text": "face4"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/5.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqhvwnvpj203c02p0si\" />",
"text": "face5"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/6.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqhwtenoj203902g743\" />",
"text": "face6"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/7.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqhxgf4ij2034030jr7\" />",
"text": "face7"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/8.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqhy4n5yj202k03kmwx\" />",
"text": "face8"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/9.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqhyzy1sj202s02hjra\" />",
"text": "face9"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/10.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqhzikudj201x021t8h\" />",
"text": "face10"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/11.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqi06snoj202001zq2p\" />",
"text": "face11"
},
{
"icon": "<img src=\"/usr/themes/handsome/img/emoticon/12.jpg\" />",
"icon": "<img src=\"https://ww4.sinaimg.cn/large/a15b4afegy1fcgqi1558gj201j026t8r\" />",
"text": "face12"
}
]
Expand Down

0 comments on commit 9c9e81a

Please sign in to comment.