From a09352d9167f21e3eef6b86bdc0585b0cc8d9b47 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 3 Jan 2025 15:06:29 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E6=B7=98=E5=AE=9D):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E8=8A=B1=E5=91=97=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#675)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taobao.taobao.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index c921655c..4dacdd67 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -211,22 +211,22 @@ export default defineGkdApp({ }, { key: 16, - name: '全屏广告-花呗升级报送征信', + name: '全屏广告-花呗推荐弹窗', fastQuery: true, - matchTime: 10000, actionMaximum: 1, rules: [ { key: 2, activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity', matches: [ - '[text*="花呗升级" || text*="花呗服务"]', - '@[clickable=true] >n [text="暂不升级,继续付款" || text="关闭"]', + '[text*="花呗升级" || text*="花呗服务" || text$="开通花呗"][visibleToUser=true]', + '@[clickable=true] >n [text="暂不升级,继续付款" || text="关闭"][visibleToUser=true]', ], snapshotUrls: [ 'https://i.gkd.li/i/13691864', 'https://i.gkd.li/i/13628020', 'https://i.gkd.li/i/13898735', + 'https://i.gkd.li/i/18296345', ], }, ],