mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
🎨 Support one-click addition of Microsoft Defender exclusions https://github.com/siyuan-note/siyuan/issues/13650
This commit is contained in:
parent
10d5d4f6a1
commit
e6ecfc5cbb
8 changed files with 103 additions and 1 deletions
|
|
@ -45,6 +45,8 @@ type System struct {
|
|||
LockScreenMode int `json:"lockScreenMode"` // 0:手动,1:手动+跟随系统 https://github.com/siyuan-note/siyuan/issues/9087
|
||||
|
||||
DisabledFeatures []string `json:"disabledFeatures"`
|
||||
|
||||
MicrosoftDefenderExcluded bool `json:"microsoftDefenderExcluded"` // 是否已加入 Microsoft Defender 排除项 https://github.com/siyuan-note/siyuan/issues/13650
|
||||
}
|
||||
|
||||
func NewSystem() *System {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue