mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
fix(飞书): 功能类-自动发送原图 (#494)
This commit is contained in:
@@ -28,11 +28,16 @@ export default defineGkdApp({
|
||||
key: 11,
|
||||
name: '功能类-自动发送原图',
|
||||
desc: '发送图片时自动勾选"原图"',
|
||||
activityIds: 'com.ss.android.lark.chatwindow.ChatWindowActivity',
|
||||
fastQuery: true,
|
||||
rules:
|
||||
'@View[id$="original_photo"][checked=false] + [id="com.ss.android.lark:id/original_label"][text="原图"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12840551',
|
||||
actionMaximum: 1, // 勾选节点 checkable=false,无法区分勾选前后 https://i.gkd.li/i/17711293
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: '.chatwindow.ChatWindowActivity',
|
||||
matches: '[vid="layout_original_photo"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/c985a1e9-ea40-4911-a73f-8ef098909bce',
|
||||
snapshotUrls: 'https://i.gkd.li/i/17711351',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user