From 71f857b6256fb92235636e95b283607af00b372c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 29 Jul 2024 17:08:39 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E4=B8=AD=E5=9B=BD=E5=86=9C=E4=B8=9A?= =?UTF-8?q?=E9=93=B6=E8=A1=8C):=20=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.bankabc.ts | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/apps/com.android.bankabc.ts b/src/apps/com.android.bankabc.ts index 60872f76..bb38c1be 100644 --- a/src/apps/com.android.bankabc.ts +++ b/src/apps/com.android.bankabc.ts @@ -36,16 +36,20 @@ export default defineGkdApp({ rules: [ { key: 0, - matches: '[vid="upgrade_bottom"] > [vid="negativeTextView"]', + matches: '[vid="upgrade_checkbox"][checked=false]', + snapshotUrls: [ + 'https://i.gkd.li/i/14208545', + 'https://i.gkd.li/i/16410094', + ], + }, + { + preKeys: [0], + key: 1, + matches: '[vid="negativeTextView"][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/14208545', }, { - key: 1, - matches: '[vid="upgrade_checkbox"][checked=false]', - snapshotUrls: 'https://i.gkd.li/i/16410094', - }, - { - preKeys: [1], + preKeys: [0], key: 2, matches: '[vid="iv_negative"][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/16410094',