mirror of
https://github.com/langgenius/dify.git
synced 2026-09-10 17:10:34 +08:00
| .. | ||
| __tests__ | ||
| assets | ||
| banners.spec.ts | ||
| banners.ts | ||
| catalog-languages-filter.tsx | ||
| catalog-tags-filter.tsx | ||
| embedded-marketplace-search.tsx | ||
| event-ad-banner-image.ts | ||
| home-catalog-focus.ts | ||
| home-catalog-navigation.tsx | ||
| home-catalog-tabs.tsx | ||
| home-constants.ts | ||
| home-creator-center.tsx | ||
| home-guide.tsx | ||
| home-header.tsx | ||
| home-hero.module.css | ||
| home-hero.tsx | ||
| home-search.tsx | ||
| home-shell.tsx | ||
| home-sticky-state-provider.tsx | ||
| home-sticky-state.ts | ||
| home-sticky.module.css | ||
| home-trending-navigation.tsx | ||
| home-trending-slides.tsx | ||
| home-trending-track.spec.ts | ||
| home-trending-track.ts | ||
| home-trending.module.css | ||
| home-trending.tsx | ||
| index.tsx | ||
| marketplace-href.ts | ||
| marketplace-live-search.tsx | ||
| marketplace-search-autocomplete.tsx | ||
| preserve-sticky-search-scroll.ts | ||
| README.md | ||
| use-banner-viewability.ts | ||
Marketplace Catalog Home
Shared catalog layout for the Plugins and Templates pages, including the header, hero, search, trending, tabs, and sticky category navigation.
MarketplaceView uses index.tsx for the Plugins home. The Templates page composes HomeShell and the shared catalog parts directly, keeping its list and filters in the Templates module.