diff --git a/app/common.php b/app/common.php index decfd49..8d29743 100644 --- a/app/common.php +++ b/app/common.php @@ -309,7 +309,7 @@ function circleAvatar($str,$s,$uid=0,$is_save=0,$save_path=''){ } //头像拼接 -function avatarUrl($path, $str = "雨",$uid=0,$s=80) +function avatarUrl($path, $str = "雨",$uid=0,$s=120) { // $str = Str::strFilter($str); preg_match_all('/[\x{4e00}-\x{9fff}]+/u', $str, $matches);