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