fix(workflow): align share response contracts (#708)

This commit is contained in:
InfinityPacer
2026-08-24 11:26:00 +08:00
committed by GitHub
parent 30b5c6445a
commit 7c02bf7c5c
5 changed files with 541 additions and 16 deletions
+21
View File
@@ -404,6 +404,9 @@ export default defineConfig(({ command, mode, isPreview }) => ({
'src/components/cards/PluginCard.vue',
'src/components/cards/PluginAppCard.vue',
'src/components/cards/WorkflowTaskCard.vue',
'src/components/cards/WorkflowShareCard.vue',
'src/components/dialog/ForkWorkflowDialog.vue',
'src/components/dialog/WorkflowShareDialog.vue',
'src/components/dialog/PluginMarketDetailDialog.vue',
'src/components/dialog/PluginMarketSettingDialog.vue',
'src/components/dialog/PluginVersionHistoryDialog.vue',
@@ -555,6 +558,24 @@ export default defineConfig(({ command, mode, isPreview }) => ({
lines: 85,
statements: 85,
},
'src/components/cards/WorkflowShareCard.vue': {
branches: 75,
functions: 85,
lines: 85,
statements: 85,
},
'src/components/dialog/ForkWorkflowDialog.vue': {
branches: 75,
functions: 85,
lines: 85,
statements: 85,
},
'src/components/dialog/WorkflowShareDialog.vue': {
branches: 75,
functions: 85,
lines: 85,
statements: 85,
},
'src/components/dialog/UserAddEditDialog.vue': {
branches: 75,
functions: 80,