Skip to content

Commit e3bb86f

Browse files
committed
feat(速搜视频): 全屏广告-广告弹窗
1 parent 18c2d54 commit e3bb86f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import { defineAppConfig } from '../types';
2+
3+
export default defineAppConfig({
4+
id: 'com.jiutian.jiutianapp.sss',
5+
name: '速搜视频',
6+
groups: [
7+
{
8+
key: 1,
9+
name: '全屏广告-广告弹窗',
10+
desc: '点击关闭',
11+
rules: [
12+
{
13+
matches:
14+
'[id="android:id/content"] >4 FrameLayout[childCount=5] >2 ImageView[visibleToUser=true]',
15+
exampleUrls:
16+
'https://m.gkd.li/57941037/93c98c6f-56f9-4c57-a8b4-ff8a74900c1e',
17+
snapshotUrls: 'https://i.gkd.li/import/14318888',
18+
},
19+
],
20+
},
21+
],
22+
});

0 commit comments

Comments
 (0)