This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a change to branch refactor
in repository https://gitbox.apache.org/repos/asf/echarts-theme-builder.git


    from 8b7bc9e  feat: import, export
     add e0a186f  feat: builtin themes
     add 01c3918  feat: use theme
     add 0799798  feat: i18n
     add 3fc330d  feat: preview i18n

No new revisions were added by this update.

Summary of changes:
 src/components/EConfig.vue          |  91 ++++++++++++----
 src/data/defaultThemes.ts           |  27 +++++
 src/data/previews.ts                | 149 +++++++++++--------------
 src/data/themeConfigs.ts            | 209 ++++++++++++++++++++++++------------
 src/data/themes/chalk.json          | 169 +++++++++++++++++++++++++++++
 src/data/themes/dark.json           | 172 +++++++++++++++++++++++++++++
 src/data/themes/essos.json          | 171 +++++++++++++++++++++++++++++
 src/data/themes/infographic.json    | 176 ++++++++++++++++++++++++++++++
 src/data/themes/macarons.json       | 180 +++++++++++++++++++++++++++++++
 src/data/themes/purple-passion.json | 169 +++++++++++++++++++++++++++++
 src/data/themes/roma.json           | 181 +++++++++++++++++++++++++++++++
 src/data/themes/shine.json          | 163 ++++++++++++++++++++++++++++
 src/data/themes/vintage.json        | 172 +++++++++++++++++++++++++++++
 src/data/themes/walden.json         | 167 ++++++++++++++++++++++++++++
 src/data/themes/westeros.json       | 168 +++++++++++++++++++++++++++++
 src/data/themes/wonderland.json     | 168 +++++++++++++++++++++++++++++
 src/i18n/en-US.ts                   |  78 +++++++++++++-
 src/i18n/zh-CN.ts                   |  78 +++++++++++++-
 tsconfig.json                       |   4 +-
 19 files changed, 2514 insertions(+), 178 deletions(-)
 create mode 100644 src/data/defaultThemes.ts
 create mode 100644 src/data/themes/chalk.json
 create mode 100644 src/data/themes/dark.json
 create mode 100644 src/data/themes/essos.json
 create mode 100644 src/data/themes/infographic.json
 create mode 100644 src/data/themes/macarons.json
 create mode 100644 src/data/themes/purple-passion.json
 create mode 100644 src/data/themes/roma.json
 create mode 100644 src/data/themes/shine.json
 create mode 100644 src/data/themes/vintage.json
 create mode 100644 src/data/themes/walden.json
 create mode 100644 src/data/themes/westeros.json
 create mode 100644 src/data/themes/wonderland.json


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to