release: update 5.2.0

This commit is contained in:
xiaoxian521
2024-03-22 20:47:17 +08:00
parent 51a4a6d246
commit 03d68a24d9
30 changed files with 1411 additions and 1196 deletions

11
types/global.d.ts vendored
View File

@@ -38,6 +38,15 @@ declare global {
msRequestAnimationFrame: (callback: FrameRequestCallback) => number;
}
/**
* Document 的类型提示
*/
interface Document {
webkitFullscreenElement?: Element;
mozFullScreenElement?: Element;
msFullscreenElement?: Element;
}
/**
* 打包压缩格式的类型声明
*/
@@ -88,6 +97,7 @@ declare global {
Weak?: boolean;
HideTabs?: boolean;
HideFooter?: boolean;
Stretch?: boolean | number;
SidebarStatus?: boolean;
EpThemeColor?: string;
ShowLogo?: boolean;
@@ -152,6 +162,7 @@ declare global {
showLogo?: boolean;
showModel?: string;
multiTagsCache?: boolean;
stretch?: boolean | number;
};
tags?: Array<any>;
}