forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.muge.appshare.ts
37 lines (36 loc) · 1.06 KB
/
info.muge.appshare.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'info.muge.appshare',
name: 'AppShare',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: [
'info.muge.appshare.view.launch.LaunchActivity',
'com.miui.home.launcher.Launcher',
],
rules: [
{
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12683145',
'https://gkd-kit.gitee.io/import/12683173', // activityId: 'com.miui.home.launcher.Launcher'
],
},
{
matches: '[id="info.muge.appshare:id/tv_jump"][text^="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12683168',
},
{
matches:
'ImageView -(4) LinearLayout[childCount=2] > [id=null][text^="跳过"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12683211',
'https://gkd-kit.gitee.io/import/12748893',
],
},
],
},
],
});