From f2236b2328ce3a81dbf30f5e017efba009f535bd Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 27 Oct 2022 10:29:37 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=8A=A0=E5=85=A5=20Google=20Analytics?= =?UTF-8?q?=20https://github.com/siyuan-note/siyuan/issues/6369?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/util/onGetConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/util/onGetConfig.ts b/app/src/util/onGetConfig.ts index 5dcca2165..5fdce99a7 100644 --- a/app/src/util/onGetConfig.ts +++ b/app/src/util/onGetConfig.ts @@ -161,7 +161,7 @@ export const onGetConfig = (isStart: boolean) => { } window.gtag("event", "config", { - a: "1" + "version": Constants.SIYUAN_VERSION, }); };