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%',