We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4fa46 commit d3e4a55Copy full SHA for d3e4a55
src/apps/com.seasun.tech.woh.jx3companion.ts
@@ -0,0 +1,25 @@
1
+import { defineGkdApp } from '@gkd-kit/define';
2
+
3
+export default defineGkdApp({
4
+ id: 'com.seasun.tech.woh.jx3companion',
5
+ name: '推栏',
6
+ groups: [
7
+ {
8
+ key: 1,
9
+ name: '开屏广告', // https://github.com/AIsouler/GKD_subscription/issues/773
10
+ matchTime: 10000,
11
+ actionMaximum: 1,
12
+ resetMatch: 'app',
13
+ priorityTime: 10000,
14
+ rules: [
15
16
+ fastQuery: true,
17
+ matches:
18
+ '@[clickable=true] > [text*="跳过"][text.length<10][visibleToUser=true]',
19
+ exampleUrls: 'https://e.gkd.li/3314ff0b-9218-4712-9ae9-b820029e356a',
20
+ snapshotUrls: 'https://i.gkd.li/i/18730361',
21
+ },
22
+ ],
23
24
25
+});
0 commit comments