Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(云闪付):领取优惠弹窗 (#3759)
Browse files Browse the repository at this point in the history
* feat(云闪付):领取优惠弹窗

* chore(actions): check_format_lint

* feat:修改规则名称

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AIsouler and github-actions[bot] authored Jan 14, 2024
1 parent 741dc75 commit 691a30c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/apps/com.unionpay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,19 @@ export default defineAppConfig({
'[id="com.unionpay:id/container"] + [id="com.unionpay:id/image"][clickable=true]',
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',
},
],
},
],
});

0 comments on commit 691a30c

Please sign in to comment.