From 21b485ca84c561a755af35516a06bdcdb58892dc Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 6 Aug 2026 23:36:34 +0800 Subject: [PATCH] fix(api): type avatar upload response data --- src/api/types.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/api/types.ts b/src/api/types.ts index e9a3a76b..684f7979 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -1084,6 +1084,11 @@ export interface User { nickname?: string } +// 头像上传响应数据 +export interface AvatarUploadData { + filename: string +} + // 通行密钥 export interface PassKey { id: number