mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
29 lines
762 B
TypeScript
29 lines
762 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.cimoc.haleydu',
|
|
name: 'Cimoc',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-广告弹窗',
|
|
desc: '点击关闭',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
activityIds: 'com.haleydu.cimoc.ui.activity.MainActivity',
|
|
matches:
|
|
'[id="android:id/content"] >3 FrameLayout[childCount>4] >2 ImageView[visibleToUser=true]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/fe71e192-83bd-4db7-aed4-a01851b6f0bd',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/14318224',
|
|
'https://i.gkd.li/i/14318235',
|
|
'https://i.gkd.li/i/14318236',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|