forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.ss.android.lark.ts
38 lines (37 loc) · 1.18 KB
/
com.ss.android.lark.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.ss.android.lark',
name: '飞书',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
activityIds: 'com.ss.android.lark.main.app.MainActivity',
rules: '[id="com.ss.android.lark:id/splash_skip_btn_layout"]',
snapshotUrls: 'https://i.gkd.li/import/12870733',
},
{
enable: false,
key: 10,
name: '自动查看原图',
desc: '查看图片时自动点击【查看原图】',
activityIds:
'com.ss.android.lark.widget.photo.preview.PhotoPagerActivity',
quickFind: true,
rules: '[id="com.ss.android.lark:id/look_origin_icon"]',
snapshotUrls: 'https://i.gkd.li/import/12840528',
},
{
enable: false,
key: 11,
name: '自动发送原图',
desc: '发送图片时自动勾选【原图】',
activityIds: 'com.ss.android.lark.chatwindow.ChatWindowActivity',
quickFind: true,
rules:
'@View[id$="original_photo"][checked=false] + [id="com.ss.android.lark:id/original_label"][text="原图"]',
snapshotUrls: 'https://i.gkd.li/import/12840551',
},
],
});