v1.0.9 - Add Story and sub-tasks deletion logic; l18n updates; GanttConfirmDialog updates

This commit is contained in:
LINING-PC\lining
2025-07-04 21:41:06 +08:00
parent 06c049f49c
commit 94ee66cbb4
15 changed files with 651 additions and 292 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ interface Props {
// 是否使用默认的TaskDrawer
useDefaultDrawer?: boolean
// 自定义删除处理器API
onTaskDelete?: (task: Task) => void
onTaskDelete?: (task: Task, deleteChildren?: boolean) => void
// 里程碑保存处理器API
onMilestoneSave?: (milestone: Task) => void
// 里程碑删除处理器API