feat: Integrate WaterCrawl.dev as a new knowledge base provider (#16396)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
Amir Mohsen Asaran
2025-04-07 06:43:23 +02:00
committed by GitHub
parent 0afad94378
commit f54905e685
24 changed files with 1102 additions and 55 deletions

View File

@@ -4,3 +4,10 @@
background-image: url(../assets/jina.png);
background-size: 16px;
}
.watercrawlLogo {
@apply w-5 h-5 bg-center bg-no-repeat inline-block;
/*background-color: #F5FAFF;*/
background-image: url(../assets/watercrawl.svg);
background-size: 16px;
}