mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 05:40:10 +08:00
🎨 Support one-click addition of Microsoft Defender exclusions https://github.com/siyuan-note/siyuan/issues/13650
This commit is contained in:
parent
885db47814
commit
c9dc44efd1
@ -283,6 +283,7 @@ func exportConf(c *gin.Context) {
|
||||
clonedConf.System.Container = ""
|
||||
clonedConf.System.IsMicrosoftStore = false
|
||||
clonedConf.System.IsInsider = false
|
||||
clonedConf.System.MicrosoftDefenderExcluded = false
|
||||
}
|
||||
clonedConf.Sync = nil
|
||||
clonedConf.Stat = nil
|
||||
|
Loading…
Reference in New Issue
Block a user