mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
perf(自动点击器): 分段广告
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user