feat(小蚕霸王餐) 功能类-签到成功弹窗

This commit is contained in:
Kun Jinkao
2024-02-15 15:52:15 +08:00
parent fa6f019f73
commit 2d12a120ba

View File

@@ -53,5 +53,14 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 2,
name: '功能类-签到成功弹窗',
desc: '自动点击[关闭]按钮',
activityIds: 'com.realtech.xiaocan.MainActivity',
rules:
'View[childCount=6][desc!=""] > View[index=4] + ImageView[index=5][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/14290847',
},
], ],
}); });