feat(快手极速版): 开屏广告-规则优化; 青少年弹窗跳过 (#1532)

* feat(快手极速版):青少年弹窗跳过

快手极速版,青少年弹窗跳过

* Update com.kuaishou.nebula.ts

* Update com.kuaishou.nebula.ts

* feat(快手极速版): 规则优化

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Otis0227 2023-10-29 02:39:04 +08:00 committed by GitHub
parent 7c23af9d1d
commit 0993eb2837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,20 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
activityIds: 'com.yxcorp.gifshow.HomeActivity',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.kuaishou.nebula:id/splash_skip_text"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12519389',
},
{
key: 1,
name: '青少年弹窗',
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.yxcorp.gifshow.HomeActivity',
rules: '[id="com.kuaishou.nebula:id/positive"][text="我知道了"]',
snapshotUrls: 'https://i.gkd.li/import/13196316',
},
],
});