From 5f84348028d65758adf25e978913c073ab22fd0e Mon Sep 17 00:00:00 2001 From: aisouler Date: Fri, 26 Jan 2024 14:16:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=94=AF=E4=BB=98=E5=AE=9D):"=E4=B8=8B?= =?UTF-8?q?=E6=AC=A1=E6=94=AF=E4=BB=98=E7=94=A8=E8=8A=B1=E5=91=97"?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.eg.android.AlipayGphone.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.eg.android.AlipayGphone.ts b/src/apps/com.eg.android.AlipayGphone.ts index 9a76fb2aa..574b36753 100644 --- a/src/apps/com.eg.android.AlipayGphone.ts +++ b/src/apps/com.eg.android.AlipayGphone.ts @@ -199,5 +199,21 @@ export default defineAppConfig({ }, ], }, + { + key: 14, + name: '全屏广告-"下次支付用花呗"弹窗', + desc: '点击"30天不再提醒"', + rules: [ + { + quickFind: true, + activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity', + matches: + '@[text$="不再提醒"] <<2 * <3 * - FrameLayout[childCount=3] [text="下次支付用花呗"]', + exampleUrls: + 'https://m.gkd.li/57941037/8daecaeb-35f0-4f3a-8d5a-a19098a992d5', + snapshotUrls: 'https://i.gkd.li/import/14060628', + }, + ], + }, ], });