mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
fix(云闪付): 局部广告-右侧悬浮广告失效
This commit is contained in:
@@ -40,16 +40,21 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 9,
|
key: 9,
|
||||||
name: '局部广告-右侧悬浮广告',
|
name: '局部广告-右侧悬浮广告',
|
||||||
// matchTime: 10000, 部分广告不在10s内
|
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
|
||||||
activityIds: ['com.unionpay.activity.UPActivityMain'],
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
quickFind: true,
|
||||||
|
position: {
|
||||||
|
left: 'width * 0.8893',
|
||||||
|
top: 'width * 0.4607',
|
||||||
|
},
|
||||||
|
activityIds: 'com.unionpay.activity.UPActivityMain',
|
||||||
matches:
|
matches:
|
||||||
'[id="com.unionpay:id/frog_float"] >2 [id="com.unionpay:id/close_view"][visibleToUser=true]',
|
'@[vid="frog_float"][visibleToUser=true] >2 [vid="close_view"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/12695699',
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/0f4f6a7f-55ce-4f87-a4cb-97e9c7107359',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14586427',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user