Skip to content

Commit 67ed5e2

Browse files
committed
feat(Xfinity): 全屏广告 (#750)
1 parent cbab243 commit 67ed5e2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/apps/com.xfinity.digitalhome.ts

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
import { defineGkdApp } from '@gkd-kit/define';
2+
3+
export default defineGkdApp({
4+
id: 'com.xfinity.digitalhome',
5+
name: 'Xfinity',
6+
groups: [
7+
{
8+
key: 1,
9+
name: '全屏广告',
10+
desc: '点击关闭',
11+
rules: [
12+
{
13+
fastQuery: true,
14+
activityIds: '.features.overview.activities.MainActivity',
15+
matches:
16+
'@[clickable=true][visibleToUser=true] > [desc="close"] <<n [vid="details_modal_compose_body"]',
17+
exampleUrls: 'https://e.gkd.li/23c04f23-efb1-4562-a376-151ee4749e8d',
18+
snapshotUrls: 'https://i.gkd.li/i/18563031',
19+
},
20+
],
21+
},
22+
],
23+
});

0 commit comments

Comments
 (0)