mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
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:
20
src/apps/com.xifeng.fun.ts
Normal file
20
src/apps/com.xifeng.fun.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user