From 8d2fb0892208c5a3231e30104851a7b0488e35f5 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 27 May 2024 19:43:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=91=86=E8=90=8C=E4=BB=B7):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lxkj.dmhw.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/apps/com.lxkj.dmhw.ts b/src/apps/com.lxkj.dmhw.ts index 065d179a..af24c589 100644 --- a/src/apps/com.lxkj.dmhw.ts +++ b/src/apps/com.lxkj.dmhw.ts @@ -7,22 +7,26 @@ export default defineGkdApp({ { key: 0, name: '开屏广告', + quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', + actionMaximumKey: 0, rules: [ { key: 0, - quickFind: true, position: { left: 'width * 0.8981', top: 'width * 0.1629', }, matches: '[id="com.lxkj.dmhw:id/animation_view"]', - exampleUrls: - 'https://m.gkd.li/57941037/c523fe10-484f-4bdb-b331-51745e494af1', snapshotUrls: 'https://i.gkd.li/i/13246178', }, + { + key: 1, + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/i/15454142', + }, ], }, ],