feat(软件商店): 开屏广告

This commit is contained in:
AIsouler
2024-03-21 10:39:59 +08:00
parent 4ec3ad30f6
commit 69952c7241

View File

@@ -4,6 +4,20 @@ export default defineAppConfig({
id: 'com.heytap.market',
name: 'OPPO软件商店',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches: '@[clickable=true] > [text="跳过"]', // 全局规则无效必须点击clickable=true的节点才能跳过
snapshotUrls: 'https://i.gkd.li/i/14668997',
},
],
},
{
key: 1,
name: '更新提示',