From 9d9890ffacc198cf6c06ee294cfd64a3ca7bf535 Mon Sep 17 00:00:00 2001 From: Lanyuanxiaoyao Date: Tue, 18 Jun 2024 10:18:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B1=B1=E5=A7=86=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E5=BA=97):=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#248)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AIsouler --- src/apps/cn.samsclub.app.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/cn.samsclub.app.ts b/src/apps/cn.samsclub.app.ts index 2ef00dd9..4feef5e0 100644 --- a/src/apps/cn.samsclub.app.ts +++ b/src/apps/cn.samsclub.app.ts @@ -11,12 +11,19 @@ export default defineGkdApp({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', + actionMaximumKey: 0, rules: [ { + key: 0, matches: '@ImageView[clickable=true] <2 [id="cn.samsclub.app:id/advertising_container"]', snapshotUrls: 'https://i.gkd.li/i/13609106', }, + { + key: 1, + matches: '@ImageView[vid="close_view"]', + snapshotUrls: 'https://i.gkd.li/i/15879369', + }, ], }, {