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', + }, ], }, {