cherry-studio/tests/__mocks__/renderer
fullex 81bb8e7981 feat: implement new pagination types and enhance API documentation
- Introduced `OffsetPaginationParams`, `CursorPaginationParams`, and their corresponding response types to standardize pagination handling across the API.
- Updated existing API types and hooks to support both offset and cursor-based pagination, improving data fetching capabilities.
- Enhanced documentation with detailed usage examples for pagination, including request parameters and response structures, to aid developers in implementing pagination effectively.
- Refactored related components to utilize the new pagination types, ensuring consistency and clarity in data management.
2026-01-04 21:12:41 +08:00
..
CacheService.ts feat: enhance mock services for improved testing capabilities 2026-01-04 10:24:35 +08:00
DataApiService.ts feat: enhance mock services for improved testing capabilities 2026-01-04 10:24:35 +08:00
PreferenceService.ts fix: typecheck/test:lint/format:check 2025-09-16 15:26:36 +08:00
useCache.ts feat(cache): enhance shared cache functionality and synchronization in main 2025-12-29 23:56:27 +08:00
useDataApi.ts feat: implement new pagination types and enhance API documentation 2026-01-04 21:12:41 +08:00
usePreference.ts fix: typecheck/test:lint/format:check 2025-09-16 15:26:36 +08:00