mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-03 03:10:50 +08:00
- Add useModelsStore with 30s cache for model list to reduce API calls - Refactor SystemPage to use cached models from store - Shorten ConfigPage search placeholder to prevent text truncation
11 lines
356 B
TypeScript
11 lines
356 B
TypeScript
/**
|
|
* Zustand Stores 统一导出
|
|
*/
|
|
|
|
export { useNotificationStore } from './useNotificationStore';
|
|
export { useThemeStore } from './useThemeStore';
|
|
export { useLanguageStore } from './useLanguageStore';
|
|
export { useAuthStore } from './useAuthStore';
|
|
export { useConfigStore } from './useConfigStore';
|
|
export { useModelsStore } from './useModelsStore';
|