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 9ea7b6a9795ba5a91b955e4d4f88be55da220949
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Thu Aug 7 01:42:43 2025 +0800

    infra: Rename meta prop `ignore` to `excludeFromGallery` for 
self-explanatory.
---
 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 71bba40e..321ac327 100644
--- a/tool/build-example.js
+++ b/tool/build-example.js
@@ -316,8 +316,8 @@ async function takeScreenshot(
         };
       }
 
-      if (fmResult.data.ignore) {
-        // `fmResult.data.ignore` is boolean if writing `/* ignore: true */` 
in code.
+      if (fmResult.data.excludeFromGallery) {
+        // `fmResult.data.excludeFromGallery` is boolean if writing `/* 
excludeFromGallery: true */` in code.
         continue;
       }
 


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

Reply via email to