add 'useGithubStarts' hook

This commit is contained in:
CREDO23 2025-10-17 14:22:16 +02:00
parent 5b957ec21c
commit 8007597b50
4 changed files with 48 additions and 13 deletions

View file

@ -53,9 +53,9 @@ export function SourceDetailSheet({
// Check if this is a source type that should render directly from node
const isDirectRenderSource =
sourceType === "TAVILY_API" ||
sourceType === "LINKUP_API" ||
sourceType === "SEARXNG_API" ||
sourceType === "TAVILY_API" ||
sourceType === "LINKUP_API" ||
sourceType === "SEARXNG_API" ||
sourceType === "BAIDU_SEARCH_API";
useEffect(() => {