feat(全球购骑士特权): 开屏广告、其他软件规则分类

This commit is contained in:
aisouler
2024-02-05 23:17:12 +08:00
parent 2ca145fa55
commit 15e0736076
334 changed files with 665 additions and 633 deletions

View File

@@ -17,5 +17,24 @@ export default defineAppConfig({
},
],
},
{
key: 2,
name: '开屏广告',
desc: '点击跳过',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'com.black.unique.feature.home.HomeActivity',
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
exampleUrls:
'https://m.gkd.li/57941037/63a72bd6-72be-410c-86ab-09ba7a4fa318',
snapshotUrls: 'https://i.gkd.li/import/14167393',
},
],
},
],
});