This commit is contained in:
haoouba 2021-01-27 19:54:00 +08:00
parent 00cc9585e7
commit 86cbd5476d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -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";
}
/* 查询文章浏览量 */