mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
fix(京东到家): 首页广告 (#1686)
* fix(京东到家): 新增首页广告类型 * 删除actionMaximum * feat(京东到家): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -8,11 +8,21 @@ export default defineAppConfig({
|
||||
key: 1,
|
||||
name: '首页广告弹窗',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
activityIds: 'pdj.main.MainActivity',
|
||||
rules: 'WebView[text="京东到家"] >7 TextView[text=""]',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: 'WebView[text="京东到家"] >7 TextView[text=""]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13217796',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
quickFind: true,
|
||||
matches: '[id="com.jingdong.pdj:id/ivClose"][desc="关闭"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13223282',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '更新弹窗',
|
||||
|
||||
Reference in New Issue
Block a user