From cf1e60c9c574943b8e6cbd71c27561d9884dfe6f Mon Sep 17 00:00:00 2001 From: GU Yiling Date: Tue, 12 Aug 2025 11:46:00 +0800 Subject: [PATCH] docs: add link to `setTheme`, simplify readme (#854) * docs: add link to `setTheme`, simplify readme * docs: add improved favicon Co-authored-by: Yue JIN <40021217+kingyue737@users.noreply.github.com> --- README.md | 10 +++++----- README.zh-Hans.md | 10 +++++----- demo/index.html | 3 ++- demo/public/favicon.ico | Bin 4286 -> 4286 bytes demo/public/favicon.svg | 1 + scripts/docs.ts | 2 +- 6 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 demo/public/favicon.svg diff --git a/README.md b/README.md index 897424c..82ae31f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ npm install echarts vue-echarts #### Example
-Vue 3 Demo → +Demo → ```vue