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