用60Minute来替代Hour,保留Hour作为60Minute的别名

This commit is contained in:
injoyai
2025-07-10 09:47:17 +08:00
parent 2e17db7faf
commit e7e8c6a46a
4 changed files with 20 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ const (
TypeKline5Minute uint8 = 0 // 5分钟K 线
TypeKline15Minute uint8 = 1 // 15分钟K 线
TypeKline30Minute uint8 = 2 // 30分钟K 线
TypeKline60Minute uint8 = 3 // 60分钟K 线
TypeKlineHour uint8 = 3 // 1小时K 线
TypeKlineDay2 uint8 = 4 // 日K 线, 发现和Day的区别是这个要除以100,其他未知
TypeKlineWeek uint8 = 5 // 周K 线