v1.9.5 - release notes button

This commit is contained in:
LINING-PC\lining
2026-03-07 19:37:38 +08:00
parent 389fe60a8f
commit b6de910baa
3 changed files with 5 additions and 3 deletions

View File

@@ -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">

View File

@@ -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"
} }

View File

@@ -148,5 +148,6 @@
"label": "启用TaskRow拖拽移动", "label": "启用TaskRow拖拽移动",
"hint": "允许通过拖拽TaskRow来调整任务的层级和顺序" "hint": "允许通过拖拽TaskRow来调整任务的层级和顺序"
} }
} },
"releaseNotes": "点击查看更新日志"
} }