mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
perf: 小米应用商店-全屏广告
This commit is contained in:
@@ -9,19 +9,20 @@ export default defineGkdApp({
|
|||||||
name: '全屏广告-弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
matchRoot: true,
|
matchRoot: true,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
actionMaximum: 1,
|
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
action: 'clickCenter', // clickNode 可能无效
|
action: 'clickCenter', // clickNode 可能无效
|
||||||
activityIds: 'com.xiaomi.market.ui.FloatWebActivity',
|
activityIds: ['.ui.FloatWebActivity', '.ui.HomeFloatWebActivity'],
|
||||||
matches:
|
matches:
|
||||||
'@Button[text="关闭" || desc="关闭"][clickable=true][visibleToUser=true] <<n [vid="webview"]',
|
'@Button[text="关闭" || desc="关闭"][clickable=true][visibleToUser=true] <<n [vid="webview"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/16323123',
|
'https://i.gkd.li/i/16323123',
|
||||||
'https://i.gkd.li/i/20946336',
|
'https://i.gkd.li/i/20946336',
|
||||||
|
'https://i.gkd.li/i/23249365',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user