mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:23:55 +08:00
parent
5aa454629b
commit
946bd94bd8
36
src/apps/com.feiyu.morin.ts
Normal file
36
src/apps/com.feiyu.morin.ts
Normal file
|
@ -0,0 +1,36 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.feiyu.morin',
|
||||
name: '魔音MORIN',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '弹窗广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '腾讯广告',
|
||||
activityIds: 'com.feiyu.morin.view.main.MainActivity',
|
||||
matches:
|
||||
'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13521556',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '卡片式广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '腾讯广告',
|
||||
activityIds: 'com.feiyu.morin.view.main.MainActivity',
|
||||
matches:
|
||||
'ImageView + LinearLayout + LinearLayout + FrameLayout > ImageView',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13521680',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user