fix(workflow): recover shared list requests (#709)

This commit is contained in:
InfinityPacer
2026-08-24 17:27:52 +08:00
committed by GitHub
parent c55e97b74e
commit 486704c6d2
3 changed files with 362 additions and 7 deletions
+7
View File
@@ -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,