Merge branch 'main' into feat/rag-2

This commit is contained in:
twwu
2025-07-09 15:54:57 +08:00
197 changed files with 8147 additions and 992 deletions

View File

@ -90,7 +90,7 @@ const AllTools = ({
const { enable_marketplace } = useGlobalPublicStore(s => s.systemFeatures)
useEffect(() => {
if (enable_marketplace) return
if (!enable_marketplace) return
if (searchText || tags.length > 0) {
fetchPlugins({
query: searchText,