|
|
@@ -748,6 +748,11 @@ public class ImageDeepDetector {
|
|
|
|| path.contains("Download%2FQQMail")
|
|
|
|| path.contains("Download%2FQQBrowser")
|
|
|
|| path.contains("Tencent%2F")
|
|
|
+ || path.contains("Pictures/QQ")
|
|
|
+ || path.contains("Download/QQ")
|
|
|
+ || path.contains("Download/QQMail")
|
|
|
+ || path.contains("Download/QQBrowser")
|
|
|
+ || path.contains("Tencent/")
|
|
|
;
|
|
|
}
|
|
|
|
|
|
@@ -757,6 +762,9 @@ public class ImageDeepDetector {
|
|
|
|| path.contains("Download%2FWeiXin")
|
|
|
|| path.contains("Pictures%2FWeiXin")
|
|
|
|| path.contains("DCIM%2FWeixinWork")
|
|
|
+ || path.contains("Download/WeiXin")
|
|
|
+ || path.contains("Pictures/WeiXin")
|
|
|
+ || path.contains("DCIM/WeixinWork")
|
|
|
);
|
|
|
}
|
|
|
|