fix wooden fish author and title display

This commit is contained in:
kdletters
2026-05-28 14:31:13 +08:00
parent 41568099c4
commit c8b36cf799
10 changed files with 176 additions and 22 deletions

View File

@@ -17,6 +17,7 @@ export type AuthUser = {
export type PublicUserSummary = {
id: string;
publicUserCode: string;
username: string;
displayName: string;
avatarUrl: string | null;
};