diff --git a/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx b/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx index c8ed2ccc..0b239060 100644 --- a/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx +++ b/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx @@ -22,6 +22,7 @@ import { Hash, Book, FileText, + AppWindow, SlidersHorizontal, X, Info, @@ -193,6 +194,11 @@ function MarketPageContent({ label: t('market.componentName.Parser'), icon: FileText, }, + { + value: 'Page', + label: t('market.componentName.Page'), + icon: AppWindow, + }, ]; // 获取当前排序参数