refactor(api): adopt unified responses and restore media config hints

This commit is contained in:
jxxghp
2026-08-12 23:15:13 +08:00
parent 4fce4cd171
commit 0ea12f75f7
164 changed files with 4080 additions and 3629 deletions
@@ -24,10 +24,10 @@ vi.mock('colorthief', () => ({
}))
vi.mock('@/api', () => ({
default: {
default: createDataApiMock({
get: mocks.apiGet,
post: mocks.apiPost,
},
}),
}))
vi.mock('vue-toastification', () => ({