feat(微信): 全屏广告-小程序-微快递

This commit is contained in:
AIsouler
2024-03-31 09:48:56 +08:00
parent 3674c8ccb4
commit 3d4835cc0a

View File

@@ -425,12 +425,12 @@ export default defineAppConfig({
{ {
key: 14, key: 14,
name: '分段广告-小程序-内部广告', name: '分段广告-小程序-内部广告',
activityIds: ['com.tencent.mm.plugin.appbrand.ui.AppBrandUI'], activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI',
quickFind: true, quickFind: true,
rules: [ rules: [
{ {
key: 0, key: 0,
name: '"广告"0', name: '广告0',
matches: matches:
'FrameLayout[childCount=3] >n FrameLayout > FrameLayout > [text="广告"][visibleToUser=true]', 'FrameLayout[childCount=3] >n FrameLayout > FrameLayout > [text="广告"][visibleToUser=true]',
excludeMatches: excludeMatches:
@@ -442,21 +442,21 @@ export default defineAppConfig({
}, },
{ {
key: 1, key: 1,
name: '"广告"1', name: '广告1',
matches: 'Image[text="feedback_icon"] - [text="广告"]', matches: 'Image[text="feedback_icon"] - [text="广告"]',
snapshotUrls: 'https://i.gkd.li/i/13378208', snapshotUrls: 'https://i.gkd.li/i/13378208',
}, },
{ {
preKeys: [0, 1], preKeys: [0, 1],
key: 11, key: 11,
name: '点击原因"不感兴趣"', name: '点击原因[不感兴趣]',
matches: '[text="不感兴趣"][visibleToUser=true]', matches: '[text="不感兴趣"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/13200044', snapshotUrls: 'https://i.gkd.li/i/13200044',
}, },
{ {
preKeys: 11, preKeys: 11,
key: 12, key: 12,
name: '点击原因"与我无关"', name: '点击原因[与我无关]',
matches: '[text="与我无关"][visibleToUser=true]', matches: '[text="与我无关"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/13200048', snapshotUrls: 'https://i.gkd.li/i/13200048',
}, },
@@ -741,5 +741,20 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 33,
name: '全屏广告-小程序-微快递',
desc: '点击关闭',
rules: [
{
activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI00',
matches:
'View > View[childCount=2] > View > Image < * + TextView[visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/24350c08-ae93-46c9-8d68-cde2402bea8c',
snapshotUrls: 'https://i.gkd.li/i/14813758',
},
],
},
], ],
}); });