mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 支持关闭 Google Analytics https://github.com/siyuan-note/siyuan/issues/6403
This commit is contained in:
parent
ec28afd27f
commit
4340f5bd17
1 changed files with 0 additions and 3 deletions
|
|
@ -314,9 +314,6 @@ func setGoogleAnalytics(c *gin.Context) {
|
|||
googleAnalytics := arg["googleAnalytics"].(bool)
|
||||
model.Conf.System.GoogleAnalytics = googleAnalytics
|
||||
model.Conf.Save()
|
||||
|
||||
util.PushMsg(model.Conf.Language(42), 1000*15)
|
||||
time.Sleep(time.Second * 3)
|
||||
}
|
||||
|
||||
func setUploadErrLog(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue