From df86a74a1d43f6e3f1c60f119ce5240468127c12 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 18 May 2024 14:38:30 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E6=8A=96=E9=9F=B3):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.ugc.aweme.ts | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index 3d2d0cfe..1077ae0c 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -72,10 +72,15 @@ export default defineGkdApp({ quickFind: true, actionMaximum: 1, resetMatch: 'app', - rules: 'LinearLayout[childCount=3] > [text="以后再说"][index=0]', - snapshotUrls: [ - 'https://i.gkd.li/i/12534016', - 'https://i.gkd.li/i/13328599', + rules: [ + { + matches: ['[text="立即升级"]', '[text="以后再说"]'], + snapshotUrls: [ + 'https://i.gkd.li/i/12534016', + 'https://i.gkd.li/i/13328599', + 'https://i.gkd.li/i/15359995', + ], + }, ], }, {