From 284df7f240e6d438b5c3d573b8c591392a97817d Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 12 Apr 2024 09:37:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=A4=E6=AD=A5=E8=B7=AF=E6=88=B7?= =?UTF-8?q?=E5=A4=96=E5=8A=A9=E6=89=8B):=20=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89?= =?UTF-8?q?=E3=80=81=E9=80=9A=E7=9F=A5=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lolaage.tbulu.tools.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/apps/com.lolaage.tbulu.tools.ts b/src/apps/com.lolaage.tbulu.tools.ts index aef0205f..26dbcc2c 100644 --- a/src/apps/com.lolaage.tbulu.tools.ts +++ b/src/apps/com.lolaage.tbulu.tools.ts @@ -7,6 +7,7 @@ export default defineAppConfig({ { key: 1, name: '更新提示', + quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', @@ -34,6 +35,28 @@ export default defineAppConfig({ 'https://i.gkd.li/i/14866147', ], }, + { + key: 1, + quickFind: true, + activityIds: 'com.lolaage.tbulu.tools.ui.activity.main.MainActivity', + matches: '[vid="ivClose"]', + snapshotUrls: 'https://i.gkd.li/i/14952807', + }, + ], + }, + { + key: 3, + name: '通知提示-[发送通知]弹窗', + desc: '点击[取消]', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[text="发送通知"] + * >3 [text="取消"]', + snapshotUrls: 'https://i.gkd.li/i/14952803', + }, ], }, ],