feat(5EPlay): 局部广告-首页右下角浮窗 (#331)

This commit is contained in:
ThisDumpling
2024-09-01 16:01:07 +08:00
committed by GitHub
parent 70abf6bae3
commit a161fe689a

View File

@@ -21,5 +21,20 @@ export default defineGkdApp({
}, },
], ],
}, },
{
key: 2,
name: '局部广告-首页右下角浮窗',
desc: '点击关闭',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
fastQuery: true,
matches: '[id="com.fiveplay:id/iv_ad_float_close"]',
snapshotUrls: 'https://i.gkd.li/i/16825082',
},
],
},
], ],
}); });