mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat: 飞猫管家-开屏广告
This commit is contained in:
24
src/apps/com.zy.flt_yishang.ts
Normal file
24
src/apps/com.zy.flt_yishang.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.zy.flt_yishang',
|
||||||
|
name: '飞猫管家',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1, // 跳过节点可能延迟消失导致误触,限制触发次数
|
||||||
|
resetMatch: 'app',
|
||||||
|
priorityTime: 10000,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[desc*="跳过"][desc.length<10][width<500 && height<200][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/882f36c1-d172-436f-a43e-194d75940886',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/24097095',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user