v1.0.10 - UX upgrades

This commit is contained in:
LINING-PC\lining
2025-07-06 11:03:03 +08:00
parent 94ee66cbb4
commit af4a35254f
20 changed files with 2026 additions and 191 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
export interface Task {
id: number
name: string
predecessor?: string
predecessor?: number[] // 前置任务ID数组
assignee?: string
startDate?: string
endDate?: string