feat: 微信-功能类-自动点击未读消息

This commit is contained in:
AIsouler
2025-11-24 18:51:47 +08:00
parent 06e7493a0c
commit 54ece11b41

View File

@@ -768,5 +768,31 @@ export default defineGkdApp({
},
],
},
{
key: 42,
name: '功能类-自动点击未读消息(头像右上角为数字)',
rules: [
{
fastQuery: true,
activityIds: '.ui.LauncherUI',
matches:
'TextView[childCount=0] - ImageView[childCount=0] < RelativeLayout[childCount=2] < LinearLayout < @LinearLayout[clickable=true][visibleToUser=true] <n ListView < RelativeLayout < FrameLayout < FrameLayout < FrameLayout < ViewGroup < FrameLayout < FrameLayout < [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/23711037',
},
],
},
{
key: 43,
name: '功能类-自动点击未读消息(头像右上角为红点)',
rules: [
{
fastQuery: true,
activityIds: '.ui.LauncherUI',
matches:
'ImageView[childCount=0] - ImageView[childCount=0] < RelativeLayout[childCount=2] < LinearLayout < @LinearLayout[clickable=true][visibleToUser=true] <n ListView < RelativeLayout < FrameLayout < FrameLayout < FrameLayout < ViewGroup < FrameLayout < FrameLayout < [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/23711037',
},
],
},
],
});