v1.9.0 - Add resource view

This commit is contained in:
LINING-PC\lining
2026-01-29 23:27:34 +08:00
parent bd1ce7940e
commit de6ce44000
17 changed files with 2008 additions and 103 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ interface Props {
offsetTop?: number // Canvas 在垂直方向的偏移量(用于虚拟渲染)
highlightedTaskId: number | null
highlightedTaskIds: Set<number>
hoveredTaskId: number | null
hoveredTaskId: number | string | null // v1.9.0 支持资源视图中的字符串ID
// 月份分隔线配置
verticalLines?: VerticalLine[]
showVerticalLines?: boolean