mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix(workflow): align share response contracts (#708)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user