@radishcandy/h-charts 0.1.0 → 1.0.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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -510,15 +510,15 @@ npm run pack:check
|
|
|
510
510
|
- 发布 npm 公共包
|
|
511
511
|
- 提供 Vue 3 在线示例和 API 文档
|
|
512
512
|
- 增加 Web Components 等其他宿主适配层
|
|
513
|
-
- 完善频谱、时域、包络分析测试
|
|
514
|
-
- 增加工业监测主题、暗色大屏主题和国际化示例
|
|
515
513
|
- 建立版本变更记录与自动化发布流程
|
|
516
514
|
|
|
517
|
-
|
|
515
|
+
## 待完善
|
|
516
|
+
|
|
517
|
+
- 完善频谱、时域、包络分析测试
|
|
518
|
+
- 增加工业监测主题、暗色大屏主题和国际化示例
|
|
518
519
|
|
|
519
520
|
## 相关文档
|
|
520
521
|
|
|
521
|
-
- [架构边界说明](./docs/architecture.md)
|
|
522
522
|
- [贡献指南](./CONTRIBUTING.md)
|
|
523
523
|
- [安全策略](./SECURITY.md)
|
|
524
524
|
- [变更日志](./CHANGELOG.md)
|
package/package.json
CHANGED