fix:删除没用的图片

上级 00c5e8b9
......@@ -13,7 +13,7 @@ import java.util.ArrayList;
import java.util.List;
/**
* 字符串是否存在文件中
* 删除博客中不存在的照片
*
* @author : qinyingjie
* @version : 2.2.0
......@@ -38,7 +38,6 @@ public class FileContainsUtil {
*/
private static final String[] WHITELISTS = {"http://qinyingjie.top/blogImg/image-20230324112725149.png"};
public static void main(String[] args) throws Exception {
StopWatch stopWatch = new StopWatch();
stopWatch.start("删除未用到的图片");
......@@ -65,7 +64,6 @@ public class FileContainsUtil {
//指定类型的文件
List<String> suffix = new ArrayList<>();
suffix.add(".md");
// suffix.add(".js");
//包含某个字符串
traverseFolder(BLOG_FOLDER, suffix, picName);
//文件不存在
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册