修复个人资料

This commit is contained in:
浪子
2026-05-14 13:37:13 +08:00
parent 5b01f18719
commit 5a9acd60c5
7 changed files with 208 additions and 17 deletions
+2
View File
@@ -8,6 +8,8 @@ export type User = {
password_hash: string;
private_key_jwk: string;
public_key_jwk: string;
avatar_r2_key: string | null;
header_r2_key: string | null;
created_at: string;
};