新变更

This commit is contained in:
2025-07-11 11:13:21 +08:00
parent 3b8f62cc7f
commit 453f53c763
29 changed files with 1035 additions and 82 deletions

View File

@ -14,7 +14,7 @@ public interface UserConstant {
/**
* 用户默认头像
*/
String USER_DEFAULT_AVATAR = "";
String USER_DEFAULT_AVATAR = SystemConstant.FILE_COMMON_PREFIX + SystemConstant.DEFAULT_AVATAR_VIEW;
/**