Squashed commit of the following:

commit 8cab4216ebaa2bee6330a636c75115dd9db7991b
Author: aisouler <zy43220@gmail.com>
Date:   Thu Jan 25 19:21:16 2024 +0800

    feat(OmoFun):全屏广告-广告弹窗
This commit is contained in:
aisouler
2024-02-01 18:42:53 +08:00
parent d13d548b15
commit 5091cb5db8

View File

@@ -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',
},
],
},
],
});