forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.lphtsccft.ts
42 lines (41 loc) · 1.25 KB
/
com.lphtsccft.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.lphtsccft',
name: '涨乐财富通',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: ['com.lphtsccft.zhangle.startup.SplashScreenActivity'],
rules: '[id="com.lphtsccft:id/countdown_skip"][text="跳过"]',
snapshotUrls: ['https://i.gkd.li/import/12699286'],
},
{
key: 1,
name: '首页广告弹窗',
activityIds: [
'com.lphtsccft.zhangle.startup.SplashScreenActivity',
'com.lphtsccft.zhangle.main.MainActivity',
],
rules: '[id="com.lphtsccft:id/tv_never"][text="不再提醒"]',
snapshotUrls: [
'https://i.gkd.li/import/12646899',
'https://i.gkd.li/import/12646925',
],
},
{
key: 2,
name: '更新弹窗',
activityIds: 'com.lphtsccft.zhangle.main.MainActivity',
rules: '[text*="升级体验"] +2 LinearLayout > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/12699308',
},
{
key: 3,
name: '右侧悬浮广告',
activityIds: 'com.lphtsccft.zhangle.main.MainActivity',
rules: '[id="com.lphtsccft:id/home_float_close"]',
snapshotUrls: 'https://i.gkd.li/import/12892821',
},
],
});