This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch v6-examples-supplement in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
commit 452ad52768b963f19f9fbc4258356ae604273288 Author: 100pah <sushuang0...@gmail.com> AuthorDate: Thu Aug 7 07:36:59 2025 +0800 Fix bug introduced by the previous commit. --- tool/build-example.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/build-example.js b/tool/build-example.js index 02e466d1..a1c85c5e 100644 --- a/tool/build-example.js +++ b/tool/build-example.js @@ -378,9 +378,9 @@ async function takeScreenshot( ) ) { thumbTasks.push({ - thumbTheme, + theme: thumbTheme, fmResult, - exampleId + basename: exampleId }); } } // End of handleSingleFile --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org