perf(自动点击器): 分段广告

This commit is contained in:
AIsouler
2024-03-28 11:20:06 +08:00
parent 85938cebfb
commit 57806e7c77

View File

@@ -6,19 +6,21 @@ export default defineAppConfig({
groups: [ groups: [
{ {
key: 1, key: 1,
name: '局部广告-卡片广告', name: '分段广告-卡片广告',
activityIds: 'com.autoclicker.clicker.MainActivity',
rules: [ rules: [
{ {
key: 0, key: 1,
activityIds: 'com.bytedance.sdk.openadsdk.core.dislike.ui',
matches: matches:
'@LinearLayout > TextView[id=`com.byted.pangle:id/tt_item_tv`][text=`不感兴趣`]', 'Image < @View[visibleToUser=true] + View > View > [text="广告"]',
snapshotUrls: 'https://i.gkd.li/i/14782886',
}, },
{ {
key: 1, preKeys: [1],
activityIds: 'com.autoclicker.clicker.MainActivity', key: 2,
matches: 'Image < @View + View > View > [text="广告"]', quickFind: true,
snapshotUrls: 'https://i.gkd.li/i/13761239', matches: '@[clickable=true] > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/i/14783475',
}, },
], ],
}, },