fix:白名单不能删除

上级 2e342846
...@@ -49,10 +49,9 @@ public class FileContainsUtil { ...@@ -49,10 +49,9 @@ public class FileContainsUtil {
* 图片白名单 * 图片白名单
*/ */
private static final List<String> PIC_PATH_WHITELISTS = Arrays.asList( private static final List<String> PIC_PATH_WHITELISTS = Arrays.asList(
"http://qinyingjie.top/blogImg/image-20230324112725149.png" "image-20231023195334369.png", "logo.png"
, "http://qinyingjie.top/blogImg/logo.png" , "image-20230601124308164.png"
, "http://qinyingjie.top/blogImg/image-20230601124308164.png" , "image-20230822102858692.png"
, "http://qinyingjie.top/blogImg/image-20230822102858692.png"
); );
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册