diff --git a/src/apps/com.maxhom.weibu.ts b/src/apps/com.maxhom.weibu.ts index ee7dcd4d..bb1e21c8 100644 --- a/src/apps/com.maxhom.weibu.ts +++ b/src/apps/com.maxhom.weibu.ts @@ -35,11 +35,17 @@ export default defineAppConfig({ key: 4, name: '漂流瓶-提示弹窗', quickFind: true, - activityIds: 'com.maxhom.weibu.tool.home.activity.ToolBottleActivity', + activityIds: [ + 'com.maxhom.weibu.tool.home.activity.ToolBottleActivity', + 'com.maxhom.weibu.tool.home.activity.NewMainActivity', + ], rules: [ { matches: '[id="com.maxhom.weibu:id/ivClose"]', - snapshotUrls: 'https://i.gkd.li/import/13377649', + snapshotUrls: [ + 'https://i.gkd.li/import/13377649', + 'https://i.gkd.li/import/13457015', + ], }, ], }, @@ -49,11 +55,19 @@ export default defineAppConfig({ desc: '自动点击取消', enable: false, quickFind: true, - activityIds: 'com.maxhom.weibu.tool.home.activity.ToolBottleActivity', + activityIds: [ + 'com.maxhom.weibu.tool.home.activity.ToolBottleActivity', + 'com.maxhom.weibu.tool.msg.MyBottleActivity', + 'com.maxhom.weibu.tool.home.activity.NewMainActivity', + ], rules: [ { matches: '[text="去设置"] +n [text="取消"]', - snapshotUrls: 'https://i.gkd.li/import/13377685', + snapshotUrls: [ + 'https://i.gkd.li/import/13377685', + 'https://i.gkd.li/import/13457033', + 'https://i.gkd.li/import/13457038', + ], }, ], },