feat(微信): 提瓦特助手小程序-弹窗广告(补充规则) (#2516)

This commit is contained in:
Kun Jinkao
2023-11-26 21:55:09 +08:00
committed by GitHub
parent 2a9e33b21a
commit f07047370e

View File

@@ -324,14 +324,23 @@ export default defineAppConfig({
enable: false,
key: 13,
name: '提瓦特助手小程序-弹窗广告',
activityIds: ['com.tencent.mm.plugin.appbrand.ui.AppBrandUI'],
activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI',
rules: [
{
key: 0,
matches: [
'RelativeLayout[childCount=1][clickable=true] > [text="提瓦特小助手"]',
'FrameLayout[childCount=5] + FrameLayout[childCount=2] >2 FrameLayout[childCount=1]',
],
snapshotUrls: ['https://i.gkd.li/import/12926021'],
snapshotUrls: 'https://i.gkd.li/import/12926021',
},
{
key: 1,
matches: [
'FrameLayout > FrameLayout > FrameLayout > TextView[text="广告"]',
'FrameLayout[childCount=6] + FrameLayout[childCount=2] > FrameLayout > FrameLayout > ImageView',
],
snapshotUrls: 'https://i.gkd.li/import/13459614',
},
],
},