cherry-studio/tests/__mocks__/renderer
fullex 2093452e69 fix(cache): enforce dot-separated naming for template keys
- Update template key pattern to use dots instead of colons
  (e.g., 'scroll.position.${id}' not 'scroll.position:${id}')
- Template keys follow same naming convention as fixed keys
- Add example template keys to schema for testing
- Add comprehensive type tests for template key inference
- Update mock files to support template key types
- Update documentation with correct template key examples

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 13:17:58 +08:00
..
CacheService.ts fix(cache): enforce dot-separated naming for template keys 2026-01-05 13:17:58 +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 fix(cache): enforce dot-separated naming for template keys 2026-01-05 13:17:58 +08:00
useDataApi.ts feat: update useDataApi hook and documentation for improved loading states and refetch logic 2026-01-05 00:12:01 +08:00
usePreference.ts fix: typecheck/test:lint/format:check 2025-09-16 15:26:36 +08:00