From 7b824443383c8be4bb2558db1e5d2568402eef29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 30 Dec 2024 16:17:29 +0800 Subject: [PATCH] fix --- src/common/umami.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/umami.ts b/src/common/umami.ts index c901fe0a..a8d8cca6 100644 --- a/src/common/umami.ts +++ b/src/common/umami.ts @@ -58,6 +58,7 @@ export class UmamiTraceCore { language: language || 'es-US', napcat_version: this.napcatVersion, qq_version: this.qqversion, + ...data }; this.sendRequest(payload); }