v1.8.0 - Add actual Taskbar component

This commit is contained in:
LINING-PC\lining
2026-01-17 18:03:19 +08:00
parent 9fc10b2851
commit 90f0f5bc60
23 changed files with 1445 additions and 127 deletions
+16
View File
@@ -111,5 +111,21 @@
"false": "False"
}
}
},
"taskBarConfig": {
"display": {
"showActualTaskBar": "Show Actual TaskBar"
},
"colorConfig": {
"title": "Custom Task Status Background Colors",
"pendingTask": "Pending Task",
"delayTask": "Overdue Task",
"completeTask": "Completed Task",
"ongoingTask": "Ongoing Task"
},
"enableTaskRowMove": {
"label": "Enable TaskRow Drag and Drop",
"hint": "Allow dragging TaskRow to adjust task hierarchy and order"
}
}
}