feat: dispaly creation time of people in detail

This commit is contained in:
2025-11-13 21:13:51 +08:00
parent d95ec615cd
commit 5d56a4bbe9
2 changed files with 23 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ export interface People {
age?: number;
height?: number;
marital_status?: string;
created_at?: number;
[key: string]: any;
cover?: string;
}