mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 07:19:02 +08:00
- 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. |
||
|---|---|---|
| .. | ||
| CacheService.ts | ||
| DataApiService.ts | ||
| PreferenceService.ts | ||
| useCache.ts | ||
| useDataApi.ts | ||
| usePreference.ts | ||