From e78f9a512f66d4d1a5ad34ac6a6398ffc636393e Mon Sep 17 00:00:00 2001
From: zdl <3489966805@qq.com>
Date: Tue, 11 Nov 2025 15:51:06 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E6=9C=BA=E5=99=A8?=
=?UTF-8?q?=E4=BA=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/index.html | 194 -------------------------------------------
src/lib/constants.js | 9 +-
2 files changed, 1 insertion(+), 202 deletions(-)
diff --git a/public/index.html b/public/index.html
index 926e855b..316970ff 100755
--- a/public/index.html
+++ b/public/index.html
@@ -1,21 +1,3 @@
-
@@ -25,10 +7,6 @@
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
-
-
-
-
-
-
价值前沿——LLM赋能的分析平台
-
-
-
-
-
-
-
-
-
diff --git a/src/lib/constants.js b/src/lib/constants.js
index a5886a8b..0efb1400 100644
--- a/src/lib/constants.js
+++ b/src/lib/constants.js
@@ -217,7 +217,7 @@ export const REVENUE_EVENTS = {
};
// ============================================================================
-// SPECIAL EVENTS (特殊事件) - Errors, performance, chatbot
+// SPECIAL EVENTS (特殊事件) - Errors, performance
// ============================================================================
export const SPECIAL_EVENTS = {
// Errors
@@ -229,13 +229,6 @@ export const SPECIAL_EVENTS = {
PAGE_LOAD_TIME: 'Page Load Time',
API_RESPONSE_TIME: 'API Response Time',
- // Chatbot (Dify)
- CHATBOT_OPENED: 'Chatbot Opened',
- CHATBOT_CLOSED: 'Chatbot Closed',
- CHATBOT_MESSAGE_SENT: 'Chatbot Message Sent',
- CHATBOT_MESSAGE_RECEIVED: 'Chatbot Message Received',
- CHATBOT_FEEDBACK_PROVIDED: 'Chatbot Feedback Provided',
-
// Scroll depth
SCROLL_DEPTH_25: 'Scroll Depth 25%',
SCROLL_DEPTH_50: 'Scroll Depth 50%',