From d31c993bb801d9724466269fcc302788a8efef5a Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 18 Mar 2024 12:28:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=94=AF=E4=BB=98=E5=AE=9D):=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=B1=BB-=E5=85=B3=E9=97=AD=E5=85=8D=E5=AF=86?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.eg.android.AlipayGphone.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.eg.android.AlipayGphone.ts b/src/apps/com.eg.android.AlipayGphone.ts index 73d7b017..dfd44d85 100644 --- a/src/apps/com.eg.android.AlipayGphone.ts +++ b/src/apps/com.eg.android.AlipayGphone.ts @@ -250,5 +250,23 @@ export default defineAppConfig({ }, ], }, + { + key: 17, + name: '功能类-关闭免密支付开关', + actionMaximum: 1, + rules: [ + { + quickFind: true, + activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity', + matches: '@[checked=true] < * - [text$="免密支付"]', + exampleUrls: + 'https://m.gkd.li/57941037/1e3a5f01-c42b-4d41-9d7d-21ff96c0075f', + snapshotUrls: [ + 'https://i.gkd.li/i/14630824', // 关闭前 + 'https://i.gkd.li/i/14630825', // 关闭后 + ], + }, + ], + }, ], });