feat(QQ): QQ小程序开屏广告 (#950)

close #943
This commit is contained in:
jiuqianyuan
2023-10-13 00:43:58 +08:00
committed by GitHub
parent 65509e53a1
commit 7f82acd950

View File

@@ -173,5 +173,18 @@ export default defineAppConfig({
},
],
},
{
key: 13,
name: 'QQ小程序开屏广告',
desc: '点击右下角跳过',
activityIds: 'com.tencent.mobileqq.mini.appbrand.ui.AppBrandUI',
rules: [
{
matches:
'TextView[text = "广告"] < RelativeLayout + RelativeLayout TextView[text = "跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12877215',
},
],
},
],
});