功率曲线

This commit is contained in:
geting 2024-12-06 17:17:50 +08:00
parent 0eb1ebe35a
commit 17c50ddba2

View File

@ -399,9 +399,6 @@ const getTimeIntervals = (startTimestamp: number, endTimestamp: number) => {
case '15m':
count = Math.floor((endDate - startDate) / (15 * 60 * 1000))
break
case '15m':
count = Math.floor((endDate - startDate) / (15 * 60 * 1000))
break
case '1h':
count = Math.floor((endDate - startDate) / (1 * 60 * 60 * 1000))
break