This commit is contained in:
Vanessa 2023-02-07 11:58:24 +08:00
parent ee721e8e94
commit 42065d6daa
11 changed files with 77 additions and 53 deletions

View file

@ -435,7 +435,7 @@ declare interface IConfig {
autoLaunch: boolean
}
localIPs: string[]
readonly: boolean
readonly: boolean // 全局只读
uiLayout: Record<string, any>
langs: { label: string, name: string }[]
appearance: IAppearance

View file

@ -378,7 +378,6 @@ interface IOptions {
scroll?: boolean
breadcrumb?: boolean
breadcrumbDocName?: boolean
breadcrumbContext?: boolean
}
/** 内部调试时使用 */
_lutePath?: string;