fix:敏感词过滤

上级 f76b2293
...@@ -65,7 +65,7 @@ public class FileContainsUtil { ...@@ -65,7 +65,7 @@ public class FileContainsUtil {
//指定类型的文件 //指定类型的文件
List<String> suffix = new ArrayList<>(); List<String> suffix = new ArrayList<>();
suffix.add(".md"); suffix.add(".md");
suffix.add(".js"); // suffix.add(".js");
//包含某个字符串 //包含某个字符串
traverseFolder(BLOG_FOLDER, suffix, picName); traverseFolder(BLOG_FOLDER, suffix, picName);
//文件不存在 //文件不存在
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册