This commit is contained in:
手瓜一十雪
2024-12-30 17:55:13 +08:00
parent 3cd0e7d26b
commit 9fba519a5a

View File

@@ -71,7 +71,7 @@ export class UmamiTraceCore {
website: this.website, website: this.website,
hostname: this.hostname, hostname: this.hostname,
title: 'NapCat ' + this.napcatVersion, title: 'NapCat ' + this.napcatVersion,
url: `/${this.qqversion}/${this.napcatVersion}/${this.workname}/${eventName}` + (!!data ? `/${data}` : ''), url: `/${this.qqversion}/${this.napcatVersion}/${this.workname}/${eventName}` + (!!data ? `?data=${data}` : ''),
referrer: this.referrer, referrer: this.referrer,
}; };
this.sendRequest(payload); this.sendRequest(payload);