@agions/taroviz 1.5.0 → 1.6.0

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
@@ -10,7 +10,7 @@
10
10
  <a href="https://www.npmjs.com/package/@agions/taroviz">
11
11
  <img src="https://img.shields.io/npm/dm/@agions/taroviz.svg" alt="npm downloads">
12
12
  </a>
13
- <a href="https://github.com/agions/taroviz/blob/main/LICENSE">
13
+ <a href="https://github.com/agions/@agions/taroviz/blob/main/LICENSE">
14
14
  <img src="https://img.shields.io/npm/l/@agions/taroviz.svg" alt="license">
15
15
  </a>
16
16
  </p>
@@ -295,7 +295,7 @@ export default ScatterChartDemo;
295
295
 
296
296
  ```bash
297
297
  # 克隆仓库
298
- git clone https://github.com/agions/taroviz.git
298
+ git clone https://github.com/agions/@agions/taroviz.git
299
299
 
300
300
  # 安装依赖
301
301
  pnpm install
@@ -360,7 +360,7 @@ pnpm run docs:api
360
360
 
361
361
  如果您在使用过程中遇到问题,可以通过以下方式获取帮助:
362
362
 
363
- - [GitHub Issues](https://github.com/agions/taroviz/issues) - 提交问题和建议
363
+ - [GitHub Issues](https://github.com/agions/@agions/taroviz/issues) - 提交问题和建议
364
364
  - [在线文档](https://agions.github.io/TaroViz/) - 查看详细文档
365
365
  - [示例](https://agions.github.io/TaroViz/examples/) - 参考使用示例
366
366
  - [贡献指南](https://agions.github.io/TaroViz/contributing/) - 了解如何贡献代码
@@ -373,5 +373,5 @@ pnpm run docs:api
373
373
 
374
374
  - [Taro 官网](https://taro.jd.com/)
375
375
  - [ECharts 官网](https://echarts.apache.org/zh/index.html)
376
- - [GitHub 仓库](https://github.com/agions/taroviz)
376
+ - [GitHub 仓库](https://github.com/agions/@agions/taroviz)
377
377
  - [npm 包](https://www.npmjs.com/package/@agions/taroviz)