feat(七猫免费小说): 百度、腾讯广告 (#2584)

close #2568
This commit is contained in:
jiuqianyuan
2023-11-28 19:59:35 +08:00
committed by GitHub
parent 9b3237cde8
commit 8d4279e1a7

View File

@@ -98,7 +98,7 @@ export default defineAppConfig({
},
{
key: 1,
name: '点击叉号',
name: '点击【x】',
quickFind: true,
matches:
'[id="com.byted.pangle:id/tt_reward_full_count_down_after_close"]',
@@ -106,5 +106,37 @@ export default defineAppConfig({
},
],
},
{
enable: false,
key: 6,
name: '【百度】全屏广告',
desc: '此规则有概率误触或失效,请谨慎选择开启。',
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
rules: [
{
key: 0,
name: '点击【x】',
matches:
'RelativeLayout > RelativeLayout + ImageView + ImageView[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13472957',
},
],
},
{
enable: false,
key: 7,
name: '【腾讯】全屏广告',
desc: '此规则有概率误触或失效,请谨慎选择开启。',
activityIds: 'com.qq.e.ads.PortraitADActivity',
rules: [
{
key: 0,
name: '点击【x】',
matches:
'FrameLayout[childCount=10] > FrameLayout[index=3] > FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13472955',
},
],
},
],
});