From 53033ff49fb28633f5e889624e8b8c041b96d06f Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Fri, 6 Jun 2025 14:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=A4=B4=E5=83=8F=E4=B8=8D?= =?UTF-8?q?=E5=90=8C=E6=84=8F=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);