feat: add user avatar

This commit is contained in:
jialin
2025-08-14 16:39:25 +08:00
parent d6dce4021d
commit 5bd5c7d2c5
12 changed files with 149 additions and 16 deletions
+1
View File
@@ -21,6 +21,7 @@ declare namespace Global {
require_password_change: boolean;
id: number;
source: string;
avatar_url?: string;
}
interface BaseListItem<T> {