feat: dynamically update the theme (#841)

Co-authored-by: GU Yiling <justice360@gmail.com>
This commit is contained in:
Yue JIN
2025-07-02 18:32:50 +08:00
committed by Justineo
parent 6155bbb409
commit 30e7934aab
6 changed files with 44 additions and 21 deletions

View File

@ -8,7 +8,7 @@ const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
const DEP_VERSIONS = {
vue: "3.5.13",
echarts: "5.5.1",
echarts: "6.0.0-beta.1",
[name]: version,
};