From 2b89158d7bf80f2c9a8a4203b4837de92837e7ca Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Mon, 19 Jan 2026 13:52:48 +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