提交 ec75871d 编写于 作者: 杜庆泉's avatar 杜庆泉

还原部分场景 uts for循环写法

上级 bc72d14b
......@@ -213,7 +213,7 @@ function checkScreenShot(data?: string, dateTaken: Long, width: Int, height: Int
let lowerData = data.lowercase(Locale.getDefault())
// 判断图片路径是否含有指定的关键字之一, 如果有, 则认为当前截屏了
for (let keyWork in KEYWORDS) {
for (keyWork in KEYWORDS) {
if (lowerData.contains(keyWork)) {
return true
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册