已合并
增加门禁资料过滤范围 master #788
chengminhua创建于 2025年12月4日
增加门禁资料过滤范围 master #788
已合并
从已删除 :master合入到Ascend/MindSpeed-RLmaster
共 1 个文件变更+1-1
| @@ -14,7 +14,7 @@ def is_examples(file): | |||
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | def is_markdown(file): | 16 | def is_markdown(file): |
| 17 | - return file.endswith(".md") | 17 | + return file.endswith(".md") or file.endswith(".MD") |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | def is_image(file): | 20 | def is_image(file): |