refactor: avatar_file_hash instead of avatar

This commit is contained in:
CrescentLeaf
2025-10-24 20:29:51 +08:00
parent bef6e88bf7
commit 72016c5da1
13 changed files with 40 additions and 28 deletions

View File

@@ -2,5 +2,5 @@ export default class User {
declare id: string
declare username?: string
declare nickname: string
declare avatar?: string
declare avatar_file_hash?: string
}