forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.excean.na.ts
35 lines (34 loc) · 889 Bytes
/
com.excean.na.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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',
},
],
},
],
});