@antv/infographic 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -126,8 +126,8 @@ AntV Infographic provides skills to integrate with AI agents:
126
126
  ```bash
127
127
  set -e
128
128
 
129
- VERSION=0.2.4 # Replace <VERSION> with the latest tag, e.g. 0.2.4
130
- BASE_URL=https://github.com/antvis/Infographic/archive/refs/tags
129
+ VERSION=0.2.4 # Replace with the latest tag, e.g. 0.2.4
130
+ BASE_URL=https://github.com/antvis/Infographic/releases/download
131
131
  mkdir -p .claude/skills
132
132
 
133
133
  curl -L --fail -o skills.zip "$BASE_URL/$VERSION/skills.zip"
package/README.zh-CN.md CHANGED
@@ -126,8 +126,8 @@ AntV Infographic 提供了多项能力,便于与 AI 大模型集成:
126
126
  ```bash
127
127
  set -e
128
128
 
129
- VERSION=0.2.4 # 将 VERSION 替换为最新版本号,例如 0.2.4
130
- BASE_URL=https://github.com/antvis/Infographic/archive/refs/tags
129
+ VERSION=0.2.4 # 替换为最新版本号,例如 0.2.4
130
+ BASE_URL=https://github.com/antvis/Infographic/releases/download
131
131
  mkdir -p .claude/skills
132
132
 
133
133
  curl -L --fail -o skills.zip "$BASE_URL/$VERSION/skills.zip"