UNPKG

hexo-tag-echarts-plus

Version:

A simple plugin for inserting ECharts5.x by using tags in Hexo.

13 lines (12 loc) 186 B
```bash # 将更改提交 git add . git commit -m "npm publish" # 更新package版本号 npm version patch # 推送至github触发action git push ``` ```bash npm publish ```