feat: 搜狗输入法-开屏广告 #900

This commit is contained in:
AIsouler
2025-05-10 18:48:09 +08:00
parent 788e59a42f
commit ae77fe176a

View File

@@ -0,0 +1,26 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.sohu.inputmethod.sogou',
name: '搜狗输入法',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
priorityTime: 10000,
rules: [
{
// 跳过节点位置与通知栏重合,需点击 clickable=true 的节点 https://github.com/AIsouler/GKD_subscription/issues/900
fastQuery: true,
matches:
'@[clickable=true] > [text="跳过"][text.length<10][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/d310d2a0-4795-421d-82da-f3855fb7288b',
snapshotUrls: 'https://i.gkd.li/i/20138053',
},
],
},
],
});