diff --git a/src/apps/com.kuaishou.nebula.ts b/src/apps/com.kuaishou.nebula.ts index 23fc24da..453a9602 100644 --- a/src/apps/com.kuaishou.nebula.ts +++ b/src/apps/com.kuaishou.nebula.ts @@ -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', + }, ], });