From 8771d02a3e2268fa12c6533a761fb7848c55917a Mon Sep 17 00:00:00 2001 From: hp0912 <809211365@qq.com> Date: Thu, 4 Jun 2026 21:46:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8skill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/stocks/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/stocks/SKILL.md b/skills/stocks/SKILL.md index 25bf8b8..936cf8c 100644 --- a/skills/stocks/SKILL.md +++ b/skills/stocks/SKILL.md @@ -19,7 +19,7 @@ argument-hint: "无需参数,直接调用即可" 1. 使用 `web-page` 这个网页内容读取、自动化交互和截图技能,访问 `https://quote.eastmoney.com/stockhotmap/` 这个网页。 2. 网页上有这个类名(`topzs`)的 div 元素,展示了`上证指数`、`深证成指`、`创业板指`、`科创综指`、`北证50`的涨跌情况。你需要这些信息的时候,就从这个元素里提取出来。 3. 网页上有这个类名(`stockmap`)的 div 元素,展示了各个板块的涨跌情况。你需要这些信息的时候,就从这个元素里提取出来。 -4. 这个网页是 ajax 动态渲染的,访问后等待 3 秒钟再提取内容。 +4. 这个网页是 ajax 动态渲染的,访问后等待 5 秒钟再提取内容。 ## 回复要求