Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/worklog/ui: update echarts to 5.5.1
[git-generate] NEW=5.5.1 OLD=$(ls cmd/worklog/ui/js/echarts-*) rm ${OLD} && \ curl -o cmd/worklog/ui/js/echarts-${NEW}.min.js https://raw.githubusercontent.com/apache/echarts/${NEW}/dist/echarts.min.js && \ sed -i -r "s/$(basename ${OLD})/echarts-${NEW}.min.js/" cmd/worklog/ui/index.html
- Loading branch information