Bump qs from 6.5.2 to 6.5.3

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 5e6a3134c8adf449635ae460d9ddd41a4177dcbf
  1. app/
  2. assets/
  3. config/
  4. .editorconfig
  5. .gitattributes
  6. .gitignore
  7. .jshintrc
  8. .yo-rc.json
  9. build.js
  10. LICENSE
  11. package-lock.json
  12. package.json
  13. README.md
README.md

ECharts-Theme-Builder

Design your own theme for Apache ECharts.

Online Theme Builder

Build

npm install
npm run build

Release to echarts-www

Update the echarts-www and echarts-website project path in config/env.asf.js before run

npm run release

It will generate the html to the _generated folder of echarts-www. And other resources to the echarts-website folder