diff --git a/website/src/components/Route.tsx b/website/src/components/Route.tsx index bdaea8ef9..6ebe39835 100644 --- a/website/src/components/Route.tsx +++ b/website/src/components/Route.tsx @@ -15,6 +15,7 @@ export default function Route({ radar = null, configRequired = null, puppeteer = null, + notOperational = null, children = null, }: { author?: string; @@ -28,6 +29,7 @@ export default function Route({ radar?: boolean; configRequired?: boolean; puppeteer?: boolean; + notOperational?: boolean; children?: JSX.Element | JSX.Element[]; }): JSX.Element { const demoUrl = 'https://rsshub.app' + example; @@ -41,17 +43,22 @@ export default function Route({ }; return ( -
+

- {supportBT && } - {supportPodcast && } - {supportScihub && } - {puppeteer && } + {notOperational && ( + + + + )} {anticrawler && ( )} + {supportBT && } + {supportPodcast && } + {supportScihub && } + {puppeteer && } {configRequired && (