From 2e68fcad621ae6b05f09e761bd5241ab902c82bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:19:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=97=B2=E9=B1=BC-=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=B0=8F=E9=A2=9D=E5=85=8D=E5=AF=86=E6=94=AF=E4=BB=98=20(#1204?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AIsouler --- src/apps/com.taobao.idlefish.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.taobao.idlefish.ts b/src/apps/com.taobao.idlefish.ts index 92b9549e..7bce20d7 100644 --- a/src/apps/com.taobao.idlefish.ts +++ b/src/apps/com.taobao.idlefish.ts @@ -132,5 +132,18 @@ export default defineGkdApp({ }, ], }, + { + key: 7, + name: '功能类-关闭小额免密支付', + rules: [ + { + fastQuery: true, + activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity', + matches: + '@CheckBox[checked=true] < * - [text*="免密支付"][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/i/22656242', + }, + ], + }, ], });