From 3ee7223ecf1a2c80d810b76893ec7f9a5bf3cffb Mon Sep 17 00:00:00 2001 From: xiahouwen Date: Wed, 15 Jul 2026 17:54:35 +0800 Subject: [PATCH] =?UTF-8?q?#=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/user.ts b/src/api/user.ts index 87184b508..7371a2662 100644 --- a/src/api/user.ts +++ b/src/api/user.ts @@ -3,7 +3,7 @@ import { http } from "@/utils/http"; export type UserResult = { success: boolean; data: { - /** 头像 */ + /** 夏后文头像 */ avatar: string; /** 用户名 */ username: string;