Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit a332445

Browse files
authored
feat(Soul): 开屏广告 (#902)
Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com>
1 parent 62466ef commit a332445

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/apps/cn.soulapp.android.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ export default defineGkdApp({
44
id: 'cn.soulapp.android',
55
name: 'Soul',
66
groups: [
7+
{
8+
key: 0,
9+
name: '开屏广告',
10+
matchTime: 10000,
11+
actionMaximum: 1,
12+
resetMatch: 'app',
13+
priorityTime: 10000,
14+
rules: [
15+
{
16+
key: 0,
17+
fastQuery: true,
18+
action: 'clickCenter', // 该快照action: 'click' 无效
19+
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
20+
snapshotUrls: 'https://i.gkd.li/i/20139575',
21+
},
22+
{
23+
key: 1,
24+
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
25+
snapshotUrls: 'https://i.gkd.li/i/20139739',
26+
},
27+
],
28+
},
729
{
830
key: 2,
931
name: '局部广告-广场页卡片广告',

0 commit comments

Comments
 (0)