feat(快手) 功能类-推荐关注(补充、优化规则)

This commit is contained in:
Kun Jinkao
2024-02-11 20:39:35 +08:00
parent 5aac7fbcbe
commit 3d02382e39

View File

@@ -62,27 +62,32 @@ export default defineAppConfig({
], ],
}, },
{ {
enable: false,
key: 12, key: 12,
name: '功能类-你可能感兴趣的人', name: '功能类-推荐关注',
desc: '自动点击"关闭/隐藏"', desc: '自动点击"关闭/隐藏"',
activityIds: 'com.yxcorp.gifshow.HomeActivity', activityIds: 'com.yxcorp.gifshow.HomeActivity',
rules: [ rules: [
{ {
key: 0, key: 0,
name: '消息页面-你可能感兴趣的人',
matches: '[id="com.smile.gifmaker:id/close_pymk"]', matches: '[id="com.smile.gifmaker:id/close_pymk"]',
snapshotUrls: [ snapshotUrls: 'https://i.gkd.li/import/12708707',
'https://i.gkd.li/import/12708620',
'https://i.gkd.li/import/12708707',
],
}, },
{ {
key: 1, key: 1,
name: '我的页面-你可能感兴趣的人',
quickFind: true, quickFind: true,
matches: matches:
'ViewGroup[childCount=3] > [text="隐藏"][visibleToUser=true]', 'ViewGroup[childCount=3] > [text="隐藏"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/import/14001536', snapshotUrls: 'https://i.gkd.li/import/14001536',
}, },
{
key: 2,
name: '朋友推荐弹窗',
quickFind: true,
matches: '[text="朋友推荐"] + [vid="close_btn"]',
snapshotUrls: 'https://i.gkd.li/import/14232217',
},
], ],
}, },
], ],