mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 21:48:06 +01:00
This commit is contained in:
parent
ee721e8e94
commit
42065d6daa
11 changed files with 77 additions and 53 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
app/src/types/protyle.d.ts
vendored
1
app/src/types/protyle.d.ts
vendored
|
|
@ -378,7 +378,6 @@ interface IOptions {
|
|||
scroll?: boolean
|
||||
breadcrumb?: boolean
|
||||
breadcrumbDocName?: boolean
|
||||
breadcrumbContext?: boolean
|
||||
}
|
||||
/** 内部调试时使用 */
|
||||
_lutePath?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue