fix:删除没用的图片

上级 00c5e8b9
...@@ -13,7 +13,7 @@ import java.util.ArrayList; ...@@ -13,7 +13,7 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
/** /**
* 字符串是否存在文件中 * 删除博客中不存在的照片
* *
* @author : qinyingjie * @author : qinyingjie
* @version : 2.2.0 * @version : 2.2.0
...@@ -38,7 +38,6 @@ public class FileContainsUtil { ...@@ -38,7 +38,6 @@ public class FileContainsUtil {
*/ */
private static final String[] WHITELISTS = {"http://qinyingjie.top/blogImg/image-20230324112725149.png"}; private static final String[] WHITELISTS = {"http://qinyingjie.top/blogImg/image-20230324112725149.png"};
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
StopWatch stopWatch = new StopWatch(); StopWatch stopWatch = new StopWatch();
stopWatch.start("删除未用到的图片"); stopWatch.start("删除未用到的图片");
...@@ -65,7 +64,6 @@ public class FileContainsUtil { ...@@ -65,7 +64,6 @@ public class FileContainsUtil {
//指定类型的文件 //指定类型的文件
List<String> suffix = new ArrayList<>(); List<String> suffix = new ArrayList<>();
suffix.add(".md"); suffix.add(".md");
// 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.
先完成此消息的编辑!
想要评论请 注册