feat: profile item support display updated time
This commit is contained in:
@@ -32,6 +32,7 @@ export interface ProfileItem {
|
||||
file?: string;
|
||||
mode?: string;
|
||||
url?: string;
|
||||
updated?: number;
|
||||
selected?: { name?: string; now?: string }[];
|
||||
extra?: {
|
||||
upload: number;
|
||||
|
||||
Reference in New Issue
Block a user