feat: 添加页脚 (#758)

feat: 添加页脚
This commit is contained in:
一万
2023-10-17 11:25:35 +08:00
committed by GitHub
parent 3e040fcc24
commit b93ebe713b
7 changed files with 103 additions and 18 deletions

3
types/global.d.ts vendored
View File

@@ -89,6 +89,7 @@ declare global {
Grey?: boolean;
Weak?: boolean;
HideTabs?: boolean;
HideFooter?: boolean;
SidebarStatus?: boolean;
EpThemeColor?: string;
ShowLogo?: boolean;
@@ -125,6 +126,7 @@ declare global {
grey?: boolean;
weak?: boolean;
hideTabs?: boolean;
hideFooter?: boolean;
sidebarStatus?: boolean;
epThemeColor?: string;
showLogo?: boolean;
@@ -158,6 +160,7 @@ declare global {
grey?: boolean;
weak?: boolean;
hideTabs?: boolean;
hideFooter?: boolean;
showLogo?: boolean;
showModel?: string;
multiTagsCache?: boolean;