From 3251d369f35207962c0ddc5ec5ca936fc83f7168 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 27 Oct 2022 09:52:18 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/util/onGetConfig.ts b/app/src/util/onGetConfig.ts index 74c8f4af5..140e44c69 100644 --- a/app/src/util/onGetConfig.ts +++ b/app/src/util/onGetConfig.ts @@ -159,6 +159,10 @@ export const onGetConfig = (isStart: boolean) => { if (window.siyuan.config.newbie) { mountHelp(); } + + gtag("event", "config", { + + }); }; const initBar = () => {