From fc09faa47ee7659d3a44c0510c72f09eeb6eb246 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:09:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9A=AE=E7=91=9F):=20=E6=BC=82=E6=B5=81?= =?UTF-8?q?=E7=93=B6-=E6=8F=90=E7=A4=BA=E5=BC=B9=E7=AA=97=E3=80=81?= =?UTF-8?q?=E6=BC=82=E6=B5=81=E7=93=B6-=E5=AE=9A=E4=BD=8D=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#2492)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.maxhom.weibu.ts | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) 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', + ], }, ], },