!132 【轻量级 PR】:增加判断条件

Merge pull request !132 from EchoChan/N/A
This commit is contained in:
lxk0301
2021-02-10 08:14:09 +08:00
committed by Gitee

View File

@@ -160,6 +160,12 @@ function isJDCoupon(title) {
return true
else if (title.indexOf('京贴') > -1)
return true
else if (title.indexOf('全品类') > -1)
return true
else if (title.indexOf('话费') > -1)
return true
else if (title.indexOf('小鸽有礼') > -1)
return true
else if (title.indexOf('旗舰店') > -1)
return false
else if (title.indexOf('生鲜') > -1)