mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 07:32:34 +01:00
🎨 支持关闭 Google Analytics https://github.com/siyuan-note/siyuan/issues/6403
This commit is contained in:
parent
f5d9958a93
commit
20c338399d
4 changed files with 23 additions and 0 deletions
|
|
@ -292,6 +292,10 @@ func InitConf() {
|
|||
})
|
||||
}
|
||||
|
||||
if !Conf.System.GoogleAnalytics {
|
||||
logging.LogInfof("user has disabled [Google Analytics]")
|
||||
}
|
||||
|
||||
util.SetNetworkProxy(Conf.System.NetworkProxy.String())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue