forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.youloft.icloser.ts
36 lines (35 loc) · 959 Bytes
/
com.youloft.icloser.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.youloft.icloser',
name: '心动日常',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchLauncher: true,
activityIds: ['com.youloft.icloser.splash.AdSplashActivity'],
rules: [
{
matches: [
'TextView[text^="跳过"]',
'[id="com.byted.pangle:id/tt_splash_skip_btn"]',
],
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12910405',
'https://i.gkd.li/import/13072365',
],
},
],
},
{
key: 1,
name: '购买会员-弹窗广告',
enable: false,
quickFind: true,
activityIds: 'com.youloft.icloser.view.dialog.VipRetainPacketDialog',
rules: '[id="com.youloft.icloser:id/tv_later_buy"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13067183',
},
],
});