From 3ac7a857b0112094f7b4cf9681c0b1e6e99d7a27 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 31 Aug 2025 17:31:32 +0800
Subject: [PATCH] 1

---
 src/eastmoney/HQData.js |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/eastmoney/HQData.js b/src/eastmoney/HQData.js
index 3859eba..8dda632 100644
--- a/src/eastmoney/HQData.js
+++ b/src/eastmoney/HQData.js
@@ -1491,6 +1491,17 @@
     }
   }
 
+  // hqChartData.data.push([
+  //   "20250831",
+  //   yClose,
+  //   26.94,
+  //   26.96 + Math.random(),
+  //   26.88,
+  //   26.9289,
+  //   6267 * 100,
+  //   parseFloat(Math.random() * 100 + "")
+  // ]);
+
   if (option.Data.Self.IsDestroy === false) {
     HQData.Log("[HQData.RecvHistoryData] hqchartData ", hqChartData);
     callback(hqChartData);

--
Gitblit v1.9.3