mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 06:32:21 +08:00
feat(自动点击器): 卡片式广告(优化规则) (#3409)
This commit is contained in:
parent
506dd5582f
commit
04b01120d8
|
@ -15,15 +15,20 @@ export default defineAppConfig({
|
|||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '首页顶部广告卡片',
|
||||
activityIds: 'com.autoclicker.clicker.MainActivity',
|
||||
name: '卡片式广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.bytedance.sdk.openadsdk.core.dislike.ui',
|
||||
matches:
|
||||
'@LinearLayout > TextView[id=`com.byted.pangle:id/tt_item_tv`][text=`不感兴趣`]',
|
||||
},
|
||||
'Image < @View + View >2 [text*=`广告`]',
|
||||
{
|
||||
key: 1,
|
||||
activityIds: 'com.autoclicker.clicker.MainActivity',
|
||||
matches: 'Image < @View + View > View > [text="广告"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13761239',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user