mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 12:32:21 +08:00
feat(云闪付):领取优惠弹窗 (#3759)
* feat(云闪付):领取优惠弹窗 * chore(actions): check_format_lint * feat:修改规则名称 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
741dc75f7a
commit
691a30c4f8
|
@ -120,5 +120,19 @@ export default defineAppConfig({
|
||||||
'[id="com.unionpay:id/container"] + [id="com.unionpay:id/image"][clickable=true]',
|
'[id="com.unionpay:id/container"] + [id="com.unionpay:id/image"][clickable=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13440341',
|
snapshotUrls: 'https://i.gkd.li/import/13440341',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 15,
|
||||||
|
quickFind: true,
|
||||||
|
name: '全屏广告-领取优惠弹窗',
|
||||||
|
desc: '点击X',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.unionpay.cordova.UPActivityCordovaWeb',
|
||||||
|
matches:
|
||||||
|
'[id="com.unionpay:id/view_content_container"] View[text="关闭按钮"][clickable=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13848688',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user