mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:32:22 +08:00
parent
96aeaaaaae
commit
474281fcfc
30
src/apps/com.ss.android.lark.ts
Normal file
30
src/apps/com.ss.android.lark.ts
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.ss.android.lark',
|
||||||
|
name: '飞书',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
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://gkd-kit.gitee.io/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://gkd-kit.gitee.io/import/12840551',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user