diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 63ae27ed..717ad33a 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -425,12 +425,12 @@ export default defineAppConfig({ { key: 14, name: '分段广告-小程序-内部广告', - activityIds: ['com.tencent.mm.plugin.appbrand.ui.AppBrandUI'], + activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI', quickFind: true, rules: [ { key: 0, - name: '"广告"0', + name: '广告0', matches: 'FrameLayout[childCount=3] >n FrameLayout > FrameLayout > [text="广告"][visibleToUser=true]', excludeMatches: @@ -442,21 +442,21 @@ export default defineAppConfig({ }, { key: 1, - name: '"广告"1', + name: '广告1', matches: 'Image[text="feedback_icon"] - [text="广告"]', snapshotUrls: 'https://i.gkd.li/i/13378208', }, { preKeys: [0, 1], key: 11, - name: '点击原因"不感兴趣"', + name: '点击原因[不感兴趣]', matches: '[text="不感兴趣"][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/13200044', }, { preKeys: 11, key: 12, - name: '点击原因"与我无关"', + name: '点击原因[与我无关]', matches: '[text="与我无关"][visibleToUser=true]', 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', + }, + ], + }, ], });