mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-27 16:26:16 +08:00
4bbd63bf2b
- Add template repository management and component discovery - Implement template installation for agents, commands, hooks, MCPs, skills, settings - Support multi-app installation (Claude/Codex/Gemini) - Add frontend components for browsing and installing templates - Include i18n translations for zh/en/ja
6 lines
247 B
TypeScript
6 lines
247 B
TypeScript
export { TemplatesPage } from "./TemplatesPage";
|
|
export { ComponentCard } from "./ComponentCard";
|
|
export { ComponentDetail } from "./ComponentDetail";
|
|
export { CategoryFilter } from "./CategoryFilter";
|
|
export { RepoManager } from "./RepoManager";
|