完善账号html

This commit is contained in:
浪子
2026-05-16 09:20:00 +08:00
parent 3065049aaf
commit 6c104b9db3
6 changed files with 466 additions and 12 deletions
+2 -1
View File
@@ -94,6 +94,7 @@ import {
mediaUrl,
normalizeArray,
objectUrl,
profileUrl,
safeFileName,
tokenString
} from "./util";
@@ -2074,7 +2075,7 @@ async function accountJson(env: Env, user: User): Promise<Record<string, unknown
group: false,
created_at: user.created_at,
note: user.note,
url: actorUrl(env, user),
url: profileUrl(env, user),
avatar,
avatar_static: avatar,
header,