refactor(web): migrate log service to TanStack Query (#30065)

This commit is contained in:
yyh
2025-12-24 15:25:28 +08:00
committed by GitHub
parent dcde854c5e
commit b2b7e82e28
20 changed files with 741 additions and 417 deletions

View File

@@ -42,7 +42,7 @@ jobs:
run: pnpm run check:i18n-types
- name: Run tests
run: pnpm test --coverage
run: pnpm test:coverage
- name: Coverage Summary
if: always()