mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
22 lines
558 B
TypeScript
22 lines
558 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|