mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(抖音): 自动勾选原图 (#802)
* feat(抖音) * 修改描述 * feat(抖音): 规则优化 * fix:切换点击目标至 FrameLayout * feat 【自动勾选原图】 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -92,5 +92,18 @@ export default defineAppConfig({
|
||||
'@[text="暂不"][focusable=true] < LinearLayout - LinearLayout >(2) [text="开启朋友通知"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12675129',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 11,
|
||||
name: '自动勾选原图',
|
||||
desc: '聊天发送图片时自动勾选原图',
|
||||
activityIds:
|
||||
'com.ss.android.ugc.aweme.im.sdk.media.choose.MediaChooseActivity',
|
||||
rules: '[text="原图"][desc="未选中/复选框 原图"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.songe.li/import/12846036', // 未选中
|
||||
'https://gkd-kit.songe.li/import/12846040', // 已选中
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user