diff --git a/kernel/conf/system.go b/kernel/conf/system.go index 00d665e1c..591d17d5c 100644 --- a/kernel/conf/system.go +++ b/kernel/conf/system.go @@ -43,7 +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 + LockScreenMode int `json:"lockScreenMode"` // 0:手动,1:手动+跟随系统 https://github.com/siyuan-note/siyuan/issues/9087 } func NewSystem() *System {