更新
This commit is contained in:
parent
00cc9585e7
commit
86cbd5476d
BIN
assets/img/lazyload_avatar.gif
Normal file
BIN
assets/img/lazyload_avatar.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
@ -112,8 +112,8 @@ function _getLazyload($type = true)
|
||||
/* 获取头像懒加载图 */
|
||||
function _getAvatarLazyload($type = true)
|
||||
{
|
||||
if ($type) echo "https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/lazyload_avatar.png";
|
||||
else return "https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/lazyload_avatar.png";
|
||||
if ($type) echo "https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/lazyload_avatar.jpg";
|
||||
else return "https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/lazyload_avatar.jpg";
|
||||
}
|
||||
|
||||
/* 查询文章浏览量 */
|
||||
|
Loading…
Reference in New Issue
Block a user