mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
commit 247c0ee024611f7cbee1a4594b7fc971433c4c87 Author: aisouler <zy43220@gmail.com> Date: Sun Jan 21 21:01:26 2024 +0800 feat(99手游加速器):首页弹窗广告(补充规则)
44 lines
1.2 KiB
TypeScript
44 lines
1.2 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.excean.na',
|
|
name: '99手游加速器',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
quickFind: true,
|
|
name: '局部广告-卡片广告',
|
|
desc: '点击X',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.excelliance.kxqp.ui.activity.GameLaunchActivity',
|
|
matches: '[id="com.excean.na:id/iv_close_ad"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13931051',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
quickFind: true,
|
|
name: '全屏广告-首页弹窗广告',
|
|
desc: '点击X',
|
|
rules: [
|
|
{
|
|
name: '版本:v1.5.3',
|
|
activityIds: 'com.excelliance.kxqp.ui.MainActivity',
|
|
matches:
|
|
'@ImageView[visibleToUser=true] <<5 [id="android:id/content"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13930990',
|
|
},
|
|
{
|
|
name: '版本:v1.5.5',
|
|
activityIds: 'com.excelliance.kxqp.ui.MainActivity',
|
|
matches:
|
|
'@ImageView[visibleToUser=true] < FrameLayout +2 FrameLayout[childCount=2] TextView[text="立即下载"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/14001254',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|