feat: 飞猫管家-开屏广告

This commit is contained in:
AIsouler
2025-12-12 17:13:02 +08:00
parent 17fcc8e4c4
commit 51cbd229c9

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