mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(畅听FM): 全屏广告-弹窗广告
This commit is contained in:
21
src/apps/io.microshow.fm.ts
Normal file
21
src/apps/io.microshow.fm.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'io.microshow.fm',
|
||||||
|
name: '畅听FM',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'io.microshow.fm.ui.activity.MainActivity',
|
||||||
|
matches:
|
||||||
|
'[id="android:id/content"] > RelativeLayout > FrameLayout[childCount=2] > Button[clickable=true][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14953007',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user