From 5abfcd4416c52064e137243cbed73a79478f7210 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 24 Nov 2022 22:27:13 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20GA=20=E7=BB=9F=E8=AE=A1=E4=B8=8D?= =?UTF-8?q?=E5=8F=91=E9=80=81=E6=B5=8F=E8=A7=88=E6=95=B0=E6=8D=AE=20https:?= =?UTF-8?q?//developers.google.com/analytics/devguides/collection/gtagjs/p?= =?UTF-8?q?ages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/util/assets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/util/assets.ts b/app/src/util/assets.ts index 97526f479..f571f28b1 100644 --- a/app/src/util/assets.ts +++ b/app/src/util/assets.ts @@ -136,7 +136,7 @@ export const addGA = () => { }; /*eslint-enable */ gtag("js", new Date()); - gtag("config", "G-L7WEXVQCR9"); + gtag("config", "G-L7WEXVQCR9", {send_page_view: false}); const para = { version: Constants.SIYUAN_VERSION, container: window.siyuan.config.system.container,