mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
- Remove /app/state/:key API endpoint from apiSchemas - Remove appStateService handler from API handlers - Add Tab/TabsState types to persist cache schema - Refactor useTabs to use usePersistCache instead of useQuery/useMutation - Delete unused routeTree.gen.ts This change improves performance by avoiding unnecessary IPC + DB roundtrips for UI state that can be safely stored in localStorage with 200ms debounce. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apiModels.ts | ||
| apiPaths.ts | ||
| apiSchemas.ts | ||
| apiTypes.ts | ||
| errorCodes.ts | ||
| index.ts | ||