Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
fix(翼支付): 全屏广告误触
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 14, 2024
1 parent 0d959eb commit 858cdff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/com.chinatelecom.bestpayclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default defineAppConfig({
activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity',
quickFind: true,
matches:
'@Image[clickable=true][text!=null] < View[childCount=2] <<n FrameLayout[id="com.chinatelecom.bestpayclient:id/h5_pc_container"]',
'[text="甜橙信用卡"] >2 View[childCount=2] > @Image[clickable=true][text!=null] <<n [id="com.chinatelecom.bestpayclient:id/h5_pc_container"]',
snapshotUrls: 'https://i.gkd.li/i/13626324',
},
{
Expand All @@ -62,7 +62,7 @@ export default defineAppConfig({
name: '信用卡页面',
activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity',
matches:
'[id="com.chinatelecom.bestpayclient:id/h5_pc_container"] >n View[childCount=3] > @*[clickable=true] + * + *[childCount=0]',
'[id="com.chinatelecom.bestpayclient:id/h5_pc_container"] >n View[childCount=3] > @[clickable=true] + * + [childCount=0]',
snapshotUrls: [
'https://i.gkd.li/i/13696322',
'https://i.gkd.li/i/13696323',
Expand Down

0 comments on commit 858cdff

Please sign in to comment.