diff --git a/src/apps/com.kuaishou.nebula.ts b/src/apps/com.kuaishou.nebula.ts index b8567c37..c9978ec7 100644 --- a/src/apps/com.kuaishou.nebula.ts +++ b/src/apps/com.kuaishou.nebula.ts @@ -20,5 +20,20 @@ export default defineAppConfig({ rules: '@[vid="close_btn"] + [text="朋友推荐"]', snapshotUrls: 'https://i.gkd.li/i/14310639', }, + { + key: 3, + name: '全屏广告-红包弹窗', + rules: [ + { + key: 1, + quickFind: true, + activityIds: 'com.yxcorp.gifshow.HomeActivity', + matches: '@ImageView[clickable=true] -2 [text$="免费红包"]', + exampleUrls: + 'https://m.gkd.li/101449500/f7bbd1db-f519-4ff9-96cb-4cb5b2f483a2', + snapshotUrls: 'https://i.gkd.li/i/14879912', + }, + ], + }, ], });