diff --git a/src/apps/com.kuaishou.nebula.ts b/src/apps/com.kuaishou.nebula.ts index e51c9cd6..b1eca5e0 100644 --- a/src/apps/com.kuaishou.nebula.ts +++ b/src/apps/com.kuaishou.nebula.ts @@ -12,5 +12,13 @@ export default defineAppConfig({ rules: '[id="com.kuaishou.nebula:id/positive"][text="我知道了"]', snapshotUrls: 'https://i.gkd.li/import/13196316', }, + { + key: 2, + name: '全屏广告-朋友推荐弹窗', + activityIds: 'com.yxcorp.gifshow.HomeActivity', + quickFind: true, + rules: '@[vid="close_btn"] + [text="朋友推荐"]', + snapshotUrls: 'https://i.gkd.li/import/14310639', + }, ], });