Dashboard

This commit is contained in:
xiaomlove
2021-05-17 21:07:50 +08:00
parent fa4f9a29c5
commit d651762c1b
16 changed files with 685 additions and 854 deletions

View File

@@ -228,7 +228,7 @@ class User extends Authenticatable
if (substr($value, 0, 4) == 'http') {
return $value;
} else {
do_log("用户头像: $value 不是 http 地址");
do_log("user: {$this->id} avatar: $value is not valid url.");
}
}