mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
feat: 搜狗输入法-开屏广告 #900
This commit is contained in:
26
src/apps/com.sohu.inputmethod.sogou.ts
Normal file
26
src/apps/com.sohu.inputmethod.sogou.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user