mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 15:56:10 +01:00
🎨 GA 统计操作系统
This commit is contained in:
parent
c35d9a8397
commit
454353d06f
2 changed files with 1 additions and 1 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -377,7 +377,6 @@ declare interface IConfig {
|
|||
downloadInstallPkg: boolean
|
||||
networkServe: boolean
|
||||
fixedPort: boolean
|
||||
useExistingDB: boolean
|
||||
}
|
||||
localIPs: string[]
|
||||
readonly: boolean
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue