v1.9.5 - release notes button
This commit is contained in:
@@ -1312,7 +1312,7 @@ const handleCustomMenuAction = (action: string, task: Task) => {
|
|||||||
</svg>
|
</svg>
|
||||||
Jordium Gantt Vue3 Demo
|
Jordium Gantt Vue3 Demo
|
||||||
<span class="version-badge" style="cursor: pointer" @click="showVersionDrawer = true">{{
|
<span class="version-badge" style="cursor: pointer" @click="showVersionDrawer = true">{{
|
||||||
packageInfo.version
|
packageInfo.version + ' ' + demoMessages.releaseNotes
|
||||||
}}</span>
|
}}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="title-center">
|
<!-- <div class="title-center">
|
||||||
|
|||||||
@@ -148,5 +148,6 @@
|
|||||||
"label": "Enable TaskRow Drag and Drop",
|
"label": "Enable TaskRow Drag and Drop",
|
||||||
"hint": "Allow dragging TaskRow to adjust task hierarchy and order"
|
"hint": "Allow dragging TaskRow to adjust task hierarchy and order"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"releaseNotes": "Click to view release notes"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -148,5 +148,6 @@
|
|||||||
"label": "启用TaskRow拖拽移动",
|
"label": "启用TaskRow拖拽移动",
|
||||||
"hint": "允许通过拖拽TaskRow来调整任务的层级和顺序"
|
"hint": "允许通过拖拽TaskRow来调整任务的层级和顺序"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"releaseNotes": "点击查看更新日志"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user