Vanessa 2024-10-16 22:18:16 +08:00
parent 3169afbee8
commit e99c6a1600
3 changed files with 9 additions and 5 deletions

View file

@ -1774,6 +1774,10 @@ declare namespace Config {
* Tab title
*/
title?: string;
/**
* Tab recent view time
*/
activeTime?: string;
}
/**
@ -2292,4 +2296,4 @@ declare namespace Config {
*/
export type TUILayoutType = "normal" | "center" | "top" | "bottom" | "left" | "right";
}
}