mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(游民星空): 局部广告-卡片式广告(误触)
This commit is contained in:
@@ -7,12 +7,12 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '局部广告-卡片式广告',
|
name: '局部广告-卡片式广告',
|
||||||
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '首页卡片广告',
|
name: '首页卡片广告',
|
||||||
activityIds: 'com.gamersky.main.activity.LibMainActivity',
|
activityIds: 'com.gamersky.main.activity.LibMainActivity',
|
||||||
quickFind: true,
|
|
||||||
matches: '[text="广告"] < * + [id="com.gamersky:id/delete"]',
|
matches: '[text="广告"] < * + [id="com.gamersky:id/delete"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13451220',
|
'https://i.gkd.li/i/13451220',
|
||||||
@@ -25,17 +25,19 @@ export default defineAppConfig({
|
|||||||
activityIds:
|
activityIds:
|
||||||
'com.gamersky.common.activity.LibDetailContentDetailActivity',
|
'com.gamersky.common.activity.LibDetailContentDetailActivity',
|
||||||
matches:
|
matches:
|
||||||
'WebView >2 View[childCount=2] > View[index=1] > View[clickable=true][visibleToUser=true]',
|
'WebView >2 View[childCount=2] > View[index=1] > @View[clickable=true][visibleToUser=true][childCount=0] <<n [vid="contentWebView"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13451258',
|
'https://i.gkd.li/i/13451258',
|
||||||
'https://i.gkd.li/i/14622935',
|
'https://i.gkd.li/i/14622935',
|
||||||
|
'https://i.gkd.li/i/14892583', // 避免误触
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.gamersky.common.activity.LibDetailContentDetailActivity',
|
'com.gamersky.common.activity.LibDetailContentDetailActivity',
|
||||||
matches: 'View[childCount=2] > [text="广告"] + View[clickable=true]',
|
matches:
|
||||||
|
'View[childCount=2] > [text="广告"] + @View[clickable=true] <<n [id="com.gamersky:id/contentWebView"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13635579',
|
snapshotUrls: 'https://i.gkd.li/i/13635579',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -43,7 +45,6 @@ export default defineAppConfig({
|
|||||||
name: '评论区卡片广告',
|
name: '评论区卡片广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.gamersky.common.activity.LibDetailContentDetailActivity',
|
'com.gamersky.common.activity.LibDetailContentDetailActivity',
|
||||||
quickFind: true,
|
|
||||||
matches:
|
matches:
|
||||||
'@[id="com.gamersky:id/close"][clickable=true][visibleToUser=true] - * > [id="com.gamersky:id/badge"]',
|
'@[id="com.gamersky:id/close"][clickable=true][visibleToUser=true] - * > [id="com.gamersky:id/badge"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13759484',
|
snapshotUrls: 'https://i.gkd.li/i/13759484',
|
||||||
|
|||||||
Reference in New Issue
Block a user