diff --git a/kernel/conf/system.go b/kernel/conf/system.go index 11e9e9e18..00d665e1c 100644 --- a/kernel/conf/system.go +++ b/kernel/conf/system.go @@ -43,6 +43,7 @@ type System struct { DisableGoogleAnalytics bool `json:"disableGoogleAnalytics"` DownloadInstallPkg bool `json:"downloadInstallPkg"` AutoLaunch bool `json:"autoLaunch"` + LockScreenMode int `json:"lockScreenMode"` // 0:手动,1:跟随系统 https://github.com/siyuan-note/siyuan/issues/9087 } func NewSystem() *System {