Files
CC-Switch/src-tauri
YoVinchen 72412e7abd feat(services): add pagination and enhanced filtering for request logs
Usage stats service:
- Change get_request_logs() from limit/offset to page/page_size pagination
- Return PaginatedLogs with total count, page, and page_size
- Add appType and providerName filters with LIKE search
- Add is_streaming, first_token_ms, duration_ms to RequestLogDetail
- Join with providers table for provider name lookup

Commands:
- Update get_request_logs command signature for pagination params

Module exports:
- Export PaginatedLogs struct
2025-12-03 21:53:12 +08:00
..
2025-11-22 19:18:35 +08:00
2025-12-01 22:41:43 +08:00