mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(京东):支付界面-产品推荐 (#1481)
* feat(京东):支付界面-产品推荐 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1476
This commit is contained in:
@@ -83,5 +83,15 @@ export default defineAppConfig({
|
|||||||
rules: '[text="京东登录"] > [desc="确认登录"]',
|
rules: '[text="京东登录"] > [desc="确认登录"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12901734',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12901734',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 11,
|
||||||
|
name: '支付界面-产品推荐',
|
||||||
|
desc: '自动点击右上角【x】',
|
||||||
|
activityIds:
|
||||||
|
'com.jd.lib.settlement.fillorder.activity.NewFillOrderActivity',
|
||||||
|
rules: 'ImageView[clickable=true && desc="关闭"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13191146',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user