Files
AIsouler-GKD_subscription/src/apps/com.kuaishou.nebula.ts
Otis0227 0993eb2837 feat(快手极速版): 开屏广告-规则优化; 青少年弹窗跳过 (#1532)
* feat(快手极速版):青少年弹窗跳过

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

* Update com.kuaishou.nebula.ts

* Update com.kuaishou.nebula.ts

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

---------

Co-authored-by: lisonge <i@songe.li>
2023-10-29 02:39:04 +08:00

27 lines
703 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.kuaishou.nebula',
name: '快手极速版',
groups: [
{
key: 0,
name: '开屏广告',
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',
},
],
});