From 454353d06f0e6b73fad2cc1a0ba8019403af91b1 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 17 Nov 2022 19:54:47 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20GA=20=E7=BB=9F=E8=AE=A1=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/types/index.d.ts | 1 - app/src/util/assets.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 554faa45e..83595e55a 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -377,7 +377,6 @@ declare interface IConfig { downloadInstallPkg: boolean networkServe: boolean fixedPort: boolean - useExistingDB: boolean } localIPs: string[] readonly: boolean diff --git a/app/src/util/assets.ts b/app/src/util/assets.ts index 02bfb9f14..ced68abfe 100644 --- a/app/src/util/assets.ts +++ b/app/src/util/assets.ts @@ -140,6 +140,7 @@ export const addGA = () => { const para = { version: Constants.SIYUAN_VERSION, container: window.siyuan.config.system.container, + os: window.siyuan.config.system.os, isLoggedIn: false, subscriptionStatus: -1, subscriptionPlan: -1,