Skip to content

Commit

Permalink
feat(速搜视频): 全屏广告-广告弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Feb 17, 2024
1 parent 18c2d54 commit e3bb86f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/apps/com.jiutian.jiutianapp.sss.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.jiutian.jiutianapp.sss',
name: '速搜视频',
groups: [
{
key: 1,
name: '全屏广告-广告弹窗',
desc: '点击关闭',
rules: [
{
matches:
'[id="android:id/content"] >4 FrameLayout[childCount=5] >2 ImageView[visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/93c98c6f-56f9-4c57-a8b4-ff8a74900c1e',
snapshotUrls: 'https://i.gkd.li/import/14318888',
},
],
},
],
});

0 comments on commit e3bb86f

Please sign in to comment.