mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
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:
@@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user