mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(电池容量检测管理): 全屏广告-弹窗广告
This commit is contained in:
@@ -26,5 +26,36 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
position: {
|
||||||
|
left: 'width * 0.9245',
|
||||||
|
top: 'width * 0.0401',
|
||||||
|
},
|
||||||
|
activityIds:
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
matches:
|
||||||
|
'FrameLayout[childCount=4] >2 @RelativeLayout[childCount=3] > RelativeLayout > ProgressBar[childCount=0]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/89ad488c-2bcb-4f78-b7ba-ccb5335042cc',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/15220546',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
activityIds:
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
matches:
|
||||||
|
'[text="反馈"] -2 @View > Image[text=""][visibleToUser=true][childCount=0]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/f41a31f3-5ddd-44a5-b450-a6678f551328',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/15220517',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user