feat: profile item support display updated time

This commit is contained in:
GyDi
2021-12-20 01:10:06 +08:00
parent aa29e185e4
commit 9d62462a96
4 changed files with 38 additions and 6 deletions

View File

@@ -32,6 +32,7 @@ export interface ProfileItem {
file?: string;
mode?: string;
url?: string;
updated?: number;
selected?: { name?: string; now?: string }[];
extra?: {
upload: number;