forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.yek.android.uniqlo.ts
42 lines (41 loc) · 1.11 KB
/
com.yek.android.uniqlo.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
36
37
38
39
40
41
42
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.yek.android.uniqlo',
name: '优衣库',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: 'TextView[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13212257',
},
{
key: 1,
name: '弹窗广告',
quickFind: true,
activityIds: 'com.yek.android.uniqlo.uiux.Home.activity.HomeActivity',
rules: 'ImageView[id="com.yek.android.uniqlo:id/pop_close"]',
snapshotUrls: 'https://i.gkd.li/import/13212320',
},
{
key: 2,
name: '新版本弹窗',
desc: '点击取消',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'com.yek.android.uniqlo.activity.WelcomeActivity',
matches: '@TextView[text=\'取消\'] + TextView[text=\'确定\']',
snapshotUrls: 'https://i.gkd.li/import/13446421',
},
],
},
],
});