mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
fix: Oopz-开屏广告误触 #1043
This commit is contained in:
30
src/apps/com.weilaishanhai.oopz.ts
Normal file
30
src/apps/com.weilaishanhai.oopz.ts
Normal 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
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user