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