mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
This commit is contained in:
@@ -6,7 +6,7 @@ export class UmamiTraceCore {
|
|||||||
qqversion = '1.0.0';
|
qqversion = '1.0.0';
|
||||||
guid = 'default-user';
|
guid = 'default-user';
|
||||||
heartbeatInterval: NodeJS.Timeout | null = null;
|
heartbeatInterval: NodeJS.Timeout | null = null;
|
||||||
website: string = '1fabb2b1-c3a3-4416-b1be-31e2cbdce978';
|
website: string = '596cbbb2-1740-4373-a807-cf3d0637bfa7';
|
||||||
referrer: string = 'https://trace.napneko.icu/';
|
referrer: string = 'https://trace.napneko.icu/';
|
||||||
hostname: string = 'trace.napneko.icu';
|
hostname: string = 'trace.napneko.icu';
|
||||||
ua: string = '';
|
ua: string = '';
|
||||||
@@ -55,7 +55,7 @@ export class UmamiTraceCore {
|
|||||||
hostname: this.hostname,
|
hostname: this.hostname,
|
||||||
referrer: this.referrer,
|
referrer: this.referrer,
|
||||||
website: this.website,
|
website: this.website,
|
||||||
language: language || 'es-US',
|
language: language || 'en-US',
|
||||||
napcat_version: this.napcatVersion,
|
napcat_version: this.napcatVersion,
|
||||||
qq_version: this.qqversion,
|
qq_version: this.qqversion,
|
||||||
...data
|
...data
|
||||||
|
Reference in New Issue
Block a user