diff --git a/src/apps/com.weilaishanhai.oopz.ts b/src/apps/com.weilaishanhai.oopz.ts new file mode 100644 index 00000000..7f953154 --- /dev/null +++ b/src/apps/com.weilaishanhai.oopz.ts @@ -0,0 +1,30 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.weilaishanhai.oopz', + name: 'Oopz', + groups: [ + { + key: 1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + priorityTime: 10000, + rules: [ + { + fastQuery: true, + matches: + '[name!$="RelativeLayout"] > [text*="跳过"][index=0][text.length<10][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/fbb3e3c2-74d7-4b1b-8daa-48bab63189a4', + snapshotUrls: [ + 'https://i.gkd.li/i/21202366', + 'https://i.gkd.li/i/21202363', + 'https://i.gkd.li/i/21202366', + ], + excludeSnapshotUrls: 'https://i.gkd.li/i/21202513', // 虚假跳过按钮 https://github.com/AIsouler/GKD_subscription/issues/1043 + }, + ], + }, + ], +});