mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(百分网游戏盒子): 开屏广告(优化规则)、全屏广告(优化规则)、更新提示
This commit is contained in:
@@ -13,22 +13,45 @@ export default defineAppConfig({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13298944',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '[id="com.byfen.market:id/ad_view"] >3 View[clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13800021',
|
||||
matches:
|
||||
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13298944',
|
||||
'https://i.gkd.li/import/13800021',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-弹窗广告',
|
||||
name: '全屏广告-广告弹窗',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds: 'com.byfen.market.ui.activity.MainActivity',
|
||||
matches: '[vid="idIvClose"][clickable=true]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/35d2a562-fe30-4bff-b739-96b37dccd05c',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13801613',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '更新提示',
|
||||
desc: '点击[忽略更新]',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '[id="com.byfen.market:id/idIvClose"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13801613',
|
||||
rules: [
|
||||
{
|
||||
matches: '[text="忽略更新"][clickable=true][visibleToUser=true]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/e92b10b8-b0f8-4dc3-95bf-172829996600',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14322280',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user