From 463071254d1a67dc474216d27c1c0a163f51b757 Mon Sep 17 00:00:00 2001 From: thzxx Date: Wed, 10 Jun 2026 15:00:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20README=20web=5Fsearch=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=BF=AE=E5=A4=8D(=E5=A4=9A=E5=87=BA?= =?UTF-8?q?=E7=9A=84|)=EF=BC=8C=E4=B8=AD=E8=8B=B1=E6=96=87=E4=B8=A4?= =?UTF-8?q?=E5=A4=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4f3ac9..4a344e1 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ | 工具 | 功能 | |------|------| -|| `web_search` | 四引擎并行搜索(Bing + 百度 + DuckDuckGo + Google),结果缓存 5 分钟,URL 可达性预检,返回结构化 JSON | +| `web_search` | 四引擎并行搜索(Bing+百度+DDG+Google),智能排序+时间过滤+摘要增强,5分钟缓存 | | `web_fetch` | 网页内容抓取,自动重试(指数退避),移动端UA切换,SPA页面自动升级到浏览器渲染 | @@ -319,7 +319,7 @@ npm run dist # 构建 Windows 安装包 | Tool | Function | |------|------| -| `web_search` | Quad-engine parallel search (Bing + Baidu + DuckDuckGo + Google), 5min cache, URL reachability check, structured JSON output | +| `web_search` | Quad-engine parallel search (Bing+Baidu+DDG+Google), smart ranking + time filter, 5min cache | | `web_fetch` | Fetch web page content, auto-retry with backoff, mobile UA toggle, SPA auto-upgrade to browser rendering |