diff --git a/src/apps/com.xingin.xhs.ts b/src/apps/com.xingin.xhs.ts index 4adbcc54..04748c66 100644 --- a/src/apps/com.xingin.xhs.ts +++ b/src/apps/com.xingin.xhs.ts @@ -12,5 +12,13 @@ export default defineAppConfig({ rules: '[text="广告"] - @FrameLayout > [text="跳过"]', snapshotUrls: 'https://i.gkd.li/import/12739065', }, + { + key: 1, + name: '关闭开启通知弹窗', + quickFind: true, + activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2', + rules: '@ImageView <2 FrameLayout >2 [text^="打开通知"]', + snapshotUrls: 'https://i.gkd.li/import/13195753', + }, ], });