forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.waimaiii.waimaiii.ts
57 lines (56 loc) · 1.6 KB
/
com.waimaiii.waimaiii.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.waimaiii.waimaiii',
name: '歪麦霸王餐',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
name: '【跳过+倒计时】型',
quickFind: true,
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13346166',
},
{
key: 1,
name: '【圆圈跳过】型-穿山甲SDK',
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13346451',
},
{
key: 2,
matches:
'[id="com.waimaiii.waimaiii:id/flContainer"] >n FrameLayout[childCount=3] > FrameLayout + @View[clickable=true] + TextView',
snapshotUrls: 'https://i.gkd.li/import/13694837',
},
{
key: 3,
matches:
'[id="android:id/content"] >9 FrameLayout + View[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13930573',
},
],
},
{
key: 3,
name: '广告弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.sangshen.ad_jg_flutter_sdk.SplashAdActivity',
rules: [
{
matches:
'View > View[childCount=2] > ImageView[clickable=true] + ImageView[id=""][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13346187',
},
],
},
],
});