mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix(workflow): recover shared list requests (#709)
This commit is contained in:
@@ -425,6 +425,7 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
'src/views/setting/AccountSettingSystem.vue',
|
||||
'src/views/user/UserListView.vue',
|
||||
'src/views/workflow/WorkflowListView.vue',
|
||||
'src/views/workflow/WorkflowShareView.vue',
|
||||
'src/views/user/UserProfileView.vue',
|
||||
'src/views/reorganize/DownloadingListView.vue',
|
||||
'src/views/plugin/PluginCardListView.vue',
|
||||
@@ -630,6 +631,12 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
lines: 85,
|
||||
statements: 85,
|
||||
},
|
||||
'src/views/workflow/WorkflowShareView.vue': {
|
||||
branches: 80,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/views/user/UserProfileView.vue': {
|
||||
branches: 75,
|
||||
functions: 80,
|
||||
|
||||
Reference in New Issue
Block a user