Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

feat(OmoFun):全屏广告-广告弹窗 #4082

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/apps/com.xifeng.fun.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.xifeng.fun',
name: 'OmoFun',
groups: [
{
key: 1,
name: '全屏广告-广告弹窗',
desc: '点击X',
rules: [
{
activityIds: 'com.xifeng.fun.MainActivity',
matches: 'FrameLayout[childCount=6] >2 ImageView[visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/import/14050836',
},
],
},
],
});