From ab2a0dba821225a614fe569341dd19719f9fc81d Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:05:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=91=E9=97=AA=E4=BB=98):=20=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=AE=8C=E6=88=90=E7=95=8C=E9=9D=A2=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E5=8D=A1=E7=89=87=20(#1342)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.unionpay.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.unionpay.ts b/src/apps/com.unionpay.ts index fe3c5c1e..69451971 100644 --- a/src/apps/com.unionpay.ts +++ b/src/apps/com.unionpay.ts @@ -26,6 +26,24 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '支付完成界面广告卡片', + activityIds: 'com.unionpay.activity.react.UPActivityReactNative', + rules: [ + { + key: 0, + matches: '[id="bannerBox"] >2 [text="广告"] + TextView', + snapshotUrls: 'https://i.gkd.li/import/13070564', + }, + { + preKeys: 0, + key: 1, + matches: '[text="关闭广告"]', + snapshotUrls: 'https://i.gkd.li/import/13070974', + }, + ], + }, { key: 9, name: '右侧悬浮广告',