From c0651089b5e0abce65ab1ebc0eeb56a1e99b0dc5 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:35:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=94=AF=E4=BB=98=E5=AE=9D):=E8=8A=B1?= =?UTF-8?q?=E5=91=97=E5=8D=87=E7=BA=A7=E5=BC=B9=E7=AA=97(=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E8=A7=84=E5=88=99)=20(#3790)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3788 --- src/apps/com.eg.android.AlipayGphone.ts | 27 +++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/src/apps/com.eg.android.AlipayGphone.ts b/src/apps/com.eg.android.AlipayGphone.ts index ed3a7ffa..fc0e8b76 100644 --- a/src/apps/com.eg.android.AlipayGphone.ts +++ b/src/apps/com.eg.android.AlipayGphone.ts @@ -7,7 +7,7 @@ export default defineAppConfig({ { enable: false, key: 0, - name: '关闭花呗升级弹窗', + name: '更新提示-关闭花呗升级弹窗', actionMaximum: 1, resetMatch: 'app', activityIds: [ @@ -39,12 +39,17 @@ export default defineAppConfig({ '[text="花呗服务未升级,将影响后续使用"] <8 FrameLayout[clickable=true][index=1]', + snapshotUrls: 'https://i.gkd.li/import/13857535', + }, ], }, { enable: false, key: 1, - name: '关闭开启定位提示', + name: '定位提示-请求定位权限弹窗', quickFind: true, activityIds: 'com.eg.android.AlipayGphone.AlipayLogin', rules: @@ -53,7 +58,7 @@ export default defineAppConfig({ }, { key: 2, - name: '请求通知权限提示', + name: '通知提示-请求通知弹窗', actionMaximum: 1, resetMatch: 'app', quickFind: true, @@ -80,7 +85,7 @@ export default defineAppConfig({ { enable: false, key: 3, - name: '版本更新', + name: '更新提示-版本更新弹窗', actionMaximum: 1, resetMatch: 'app', quickFind: true, @@ -151,5 +156,19 @@ export default defineAppConfig({ }, ], }, + { + key: 11, + name: '全屏广告-借呗消费信贷协议', + desc: '点击X', + rules: [ + { + activityIds: + 'com.alipay.mobile.nebulax.integration.mpaas.activity.NebulaActivity$Main', + matches: + '[text="同意协议并刷脸验证"] < * -4 * >2 Image[visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/import/13915022', + }, + ], + }, ], });