This commit is contained in:
Liang Ding 2022-10-30 00:42:28 +08:00
parent 45358e487b
commit 638911c306
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 3 additions and 3 deletions

View file

@ -161,7 +161,7 @@ export const onGetConfig = (isStart: boolean) => {
mountHelp();
}
if (window.siyuan.config.system.googleAnalytics) {
if (!window.siyuan.config.system.disableGoogleAnalytics) {
try {
window.dataLayer = window.dataLayer || [];
// @ts-ignore