feat: 内容区添加全局Stretch配置,可自定义紧凑页面,轻松找到所需信息 (#968)

* chore: 页面添加stretch配置
This commit is contained in:
Leet
2024-03-14 10:09:51 +08:00
committed by GitHub
parent 0be8c963ba
commit 359ccdd85b
6 changed files with 107 additions and 13 deletions

2
types/global.d.ts vendored
View File

@@ -97,6 +97,7 @@ declare global {
Weak?: boolean;
HideTabs?: boolean;
HideFooter?: boolean;
Stretch?: boolean | number;
SidebarStatus?: boolean;
EpThemeColor?: string;
ShowLogo?: boolean;
@@ -177,6 +178,7 @@ declare global {
showLogo?: boolean;
showModel?: string;
multiTagsCache?: boolean;
stretch?: boolean | number;
};
tags?: Array<any>;
}