fix: Oopz-开屏广告误触 #1043

This commit is contained in:
AIsouler
2025-07-13 12:50:09 +08:00
parent 1516761def
commit 5c4fee8963

View File

@@ -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
},
],
},
],
});