fix workflow

This commit is contained in:
jxxghp
2025-07-09 00:11:19 +08:00
parent 35332544e4
commit 9f8dbf3c75
8 changed files with 88 additions and 50 deletions
+2 -2
View File
@@ -302,12 +302,12 @@ export function getWorkflowTabs() {
{
title: t('workflowTabs.list'),
tab: 'list',
icon: 'mdi-format-list-bulleted',
icon: 'mdi-workflow-outline',
},
{
title: t('workflowTabs.share'),
tab: 'share',
icon: 'mdi-share',
icon: 'mdi-share-variant',
},
]
}