Merge branch 'develop' into pages

This commit is contained in:
LINING-PC\lining
2026-01-10 23:36:46 +08:00
5 changed files with 1222 additions and 18 deletions
+2 -2
View File
@@ -1390,7 +1390,7 @@ const handleCustomMenuAction = (action: string, task: Task) => {
</TaskListContextMenu>
<!-- 使用声明式的 TaskBarContextMenu 组件 - 推荐方式 -->
<TaskBarContextMenu>
<!-- <TaskBarContextMenu>
<template #default="scope">
<div class="custom-menu">
<div class="custom-menu-header">声明式 TaskBar 菜单</div>
@@ -1406,7 +1406,7 @@ const handleCustomMenuAction = (action: string, task: Task) => {
</div>
</div>
</template>
</TaskBarContextMenu>
</TaskBarContextMenu> -->
</GanttChart>
</div>
+2
View File
@@ -427,11 +427,13 @@
"🎉 新增:TaskListContextMenu和TaskBarContextMenu的default Slots",
"🎉 新增:TaskListContextMenu和TaskBarContextMenu是否展示属性 - enable-task-list-context-menu和enable-task-bar-context-menu",
"🎉 优化:拆分TaskList子组件代码,更易读、易维护",
"🔧 修复:依赖包happy-domjspdfvitest漏洞升级",
"<span style=\"font-weight: bold; color: #f00;\">特别感谢 fhjfhj@gitee的使用及反馈</span>",
"🎉 Added: Declarative definition ContextMenu method for TaskList and TaskBar using the TaskListContextMenu and TaskBarContextMenu components",
"🎉 Added: default Slots for TaskListContextMenu and TaskBarContextMenu",
"🎉 Added: Properties to control the display of TaskListContextMenu and TaskBarContextMenu - enable-task-list-context-menu and enable-task-bar-context-menu",
"🎉 Optimized: Split TaskList sub-component code for better readability and maintainability",
"🔧 Fixed: Upgraded vulnerabilities in dependent packages happy-dom, jspdf, vitest",
"<span style=\"font-weight: bold; color: #f00;\">Special thanks to fhjfhj@gitee for their use and feedback</span>"
]
}