mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
@@ -7,15 +7,36 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.gamersky.main.activity.LibMainActivity',
|
quickFind: true,
|
||||||
rules: [
|
matchTime: 10000,
|
||||||
{
|
actionMaximum: 1,
|
||||||
matches: 'View[clickable= true] + TextView[text ^= "跳过"]',
|
resetMatch: 'app',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12848922',
|
rules: '[text^="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12848922',
|
||||||
|
'https://i.gkd.li/import/13038181',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
matches: '[id="com.gamersky:id/jump"]',
|
key: 1,
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13038181',
|
name: '卡片式广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '首页卡片广告',
|
||||||
|
activityIds: 'com.gamersky.main.activity.LibMainActivity',
|
||||||
|
quickFind: true,
|
||||||
|
matches:
|
||||||
|
'[id="com.gamersky:id/tap_video_ad_root"] > [id="com.gamersky:id/delete"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13451220',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '正文底部卡片广告',
|
||||||
|
activityIds:
|
||||||
|
'com.gamersky.common.activity.LibDetailContentDetailActivity',
|
||||||
|
matches: 'View[childCount=2] > [text="广告"] + View[clickable=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13451258',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user