import { defineGkdApp } from '@gkd-kit/define'; export default defineGkdApp({ id: 'com.seasun.tech.woh.jx3companion', name: '推栏', groups: [ { key: 1, name: '开屏广告', // https://github.com/AIsouler/GKD_subscription/issues/773 matchTime: 10000, actionMaximum: 1, resetMatch: 'app', priorityTime: 10000, rules: [ { fastQuery: true, matches: '@[clickable=true] > [text*="跳过"][text.length<10][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/3314ff0b-9218-4712-9ae9-b820029e356a', snapshotUrls: 'https://i.gkd.li/i/18730361', }, ], }, ], });