mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
35
src/apps/com.excean.na.ts
Normal file
35
src/apps/com.excean.na.ts
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
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: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.excelliance.kxqp.ui.MainActivity',
|
||||||
|
matches:
|
||||||
|
'@ImageView[visibleToUser=true] <<5 [id="android:id/content"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13930990',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user