更新国际化支持:为媒体服务器卡片和相关组件添加多语言文本,提升用户体验

This commit is contained in:
jxxghp
2025-04-28 20:05:49 +08:00
parent 40711fa640
commit 995e07c351
5 changed files with 169 additions and 64 deletions

View File

@@ -42,11 +42,6 @@ function handleFlow(item: Workflow) {
flowDialog.value = true
}
// 计算已完成的动作数
function resolveDoneActions(item: Workflow) {
return item.current_action?.split(',').length || 0
}
// 编辑完成
function editDone() {
editDialog.value = false