添加爬虫搜索

This commit is contained in:
RockYang
2025-04-08 15:34:17 +08:00
parent 04caf92702
commit 1c1ddf76fb
8 changed files with 684 additions and 19 deletions

View File

@@ -427,6 +427,7 @@ func main() {
group.POST("weibo", h.WeiBo)
group.POST("zaobao", h.ZaoBao)
group.POST("dalle3", h.Dall3)
group.POST("websearch", h.WebSearch)
group.GET("list", h.List)
}),
fx.Invoke(func(s *core.AppServer, h *admin.ChatHandler) {