refactor: page layout

This commit is contained in:
jialin
2025-11-05 10:02:25 +08:00
parent 219f9871a7
commit 4c22d08da5
43 changed files with 784 additions and 513 deletions
+1 -1
View File
@@ -1 +1 @@
export const HEADER_HEIGHT = 72;
export const HEADER_HEIGHT = 56;
+1 -1
View File
@@ -22,7 +22,7 @@ declare namespace Global {
require_password_change: boolean;
id: number;
source: string;
avatar_url?: string;
avatar: string;
}
type EmptyObject = Record<never, never>;