feat(QQ音乐): 首页-底部广告弹窗 (#1379)

close #1372
This commit is contained in:
jiuqianyuan
2023-10-25 00:12:47 +08:00
committed by GitHub
parent 5b86c3ec61
commit 52ac793fe9

View File

@@ -34,5 +34,13 @@ export default defineAppConfig({
'TextView[text="广告 | 关闭"][clickable=true]', 'TextView[text="广告 | 关闭"][clickable=true]',
], ],
}, },
{
key: 2,
name: '首页-底部广告弹窗',
quickFind: true,
activityIds: 'com.tencent.qqmusic.activity.TranslucentWebViewActivity',
rules: 'View[id="js_close_btn"][desc="关闭"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13115121',
},
], ],
}); });