🎨 GA 统计操作系统

This commit is contained in:
Liang Ding 2022-11-17 19:54:47 +08:00
parent c35d9a8397
commit 454353d06f
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 1 additions and 1 deletions

View file

@ -377,7 +377,6 @@ declare interface IConfig {
downloadInstallPkg: boolean
networkServe: boolean
fixedPort: boolean
useExistingDB: boolean
}
localIPs: string[]
readonly: boolean

View file

@ -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,