From 58a5c5c6e9df21c65a32bb78aeee686a78d0e3f3 Mon Sep 17 00:00:00 2001 From: huanghaipeng Date: Fri, 14 Nov 2025 17:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E9=A6=96=E6=AC=A1=E6=94=B9?= =?UTF-8?q?=E6=88=90=E7=A9=BA=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/module/Tool/GameTool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/Script/module/Tool/GameTool.ts b/assets/Script/module/Tool/GameTool.ts index 1aa262e..f966bf5 100644 --- a/assets/Script/module/Tool/GameTool.ts +++ b/assets/Script/module/Tool/GameTool.ts @@ -1210,7 +1210,7 @@ var GameTool = { eventData = { interface_id: data.interface_id, // 界面名称 reason: data.reason, // 事件名称 - is_first_exposure: data.is_first_exposure, // 是否首次曝光 + is_first_exposure: "", // 是否首次曝光 entry_point: data.entry_point, // 按钮名称 } break;