feat:更新代码

This commit is contained in:
leilei
2026-01-14 15:26:10 +08:00
parent a894367dcc
commit 15da7d589f
106 changed files with 3852 additions and 30294 deletions

View File

@@ -58,4 +58,13 @@ export function checkPwdStrength(password) {
method: 'post',
data: params
})
}
// 获取用户头像
export function getAvatarsApi(name) {
return request({
url: `/api/v1/avatars/username/${name}/200`,
method: 'get',
responseType: 'blob'
});
}