mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
32 lines
894 B
TypeScript
32 lines
894 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.codoon.gps',
|
|
name: '咕咚',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'activity',
|
|
activityIds: 'com.codoon.gps.ui.SlideActivity',
|
|
rules: [
|
|
{
|
|
name: '首页-广告弹窗',
|
|
matches:
|
|
'[id="android:id/content"] >2 RelativeLayout > ViewGroup[childCount=2] > ImageView[clickable=true] + ImageView[clickable=true]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13358586',
|
|
},
|
|
{
|
|
name: '运动圈-广告弹窗',
|
|
matches:
|
|
'[id="android:id/content"] >4 FrameLayout > ImageView + FrameLayout > ImageView',
|
|
snapshotUrls: 'https://i.gkd.li/i/13348663',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|