mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
fix(setup): protect wizard step orchestration (#679)
This commit is contained in:
@@ -314,8 +314,10 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
'src/stores/auth.ts',
|
||||
'src/stores/user.ts',
|
||||
'src/stores/pluginSidebarNav.ts',
|
||||
'src/composables/useSetupWizard.ts',
|
||||
'src/components/auth/LoginMfaStep.vue',
|
||||
'src/pages/login.vue',
|
||||
'src/pages/setup.vue',
|
||||
'src/pages/appcenter.vue',
|
||||
'src/pages/recommend.vue',
|
||||
'src/pages/discover.vue',
|
||||
@@ -745,6 +747,18 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
},
|
||||
'src/composables/useSetupWizard.ts': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/pages/setup.vue': {
|
||||
branches: 75,
|
||||
functions: 80,
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
},
|
||||
'src/stores/pluginSidebarNav.ts': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
|
||||
Reference in New Issue
Block a user