diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-09 06:34:55 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-09 06:34:55 +0800 |
| commit | ab796e81ab4e3e9fa1a26f8217635eebec658b5e (patch) | |
| tree | bbaf957bd9f952e93b767f5d1228d3c99d450a0a /dev_tools/src | |
| parent | 78f282007980fe9c9ef143a6bc6fb76282957ab6 (diff) | |
Add full-todolist example project
Diffstat (limited to 'dev_tools/src')
| -rw-r--r-- | dev_tools/src/bin/sync-examples.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev_tools/src/bin/sync-examples.rs b/dev_tools/src/bin/sync-examples.rs index c317af6..0923b33 100644 --- a/dev_tools/src/bin/sync-examples.rs +++ b/dev_tools/src/bin/sync-examples.rs @@ -63,9 +63,6 @@ fn main() { } let dir_name = path.file_name().and_then(|n| n.to_str()).unwrap_or(""); - if !dir_name.starts_with("example-") { - continue; - } let id = dir_name.to_string(); let page_toml_path = path.join("page.toml"); |
