From 1051d0c4ab7c07a602e7fb8e79a371142169b095 Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Sun, 12 Nov 2023 23:19:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=A4=E7=AE=A112123):=20=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E9=80=9A=E7=9F=A5=20(#1996)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(交管12123): 消息通知 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.tmri.app.main.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.tmri.app.main.ts b/src/apps/com.tmri.app.main.ts index 6c5abc44..5211c6d2 100644 --- a/src/apps/com.tmri.app.main.ts +++ b/src/apps/com.tmri.app.main.ts @@ -11,5 +11,19 @@ export default defineAppConfig({ rules: '[id="com.tmri.app.main:id/tv_timer"][text^="跳过"]', snapshotUrls: 'https://i.gkd.li/import/12767813', }, + { + key: 1, + name: '消息通知', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + rules: [ + { + activityIds: 'com.tmri.app.ui.activity.main.MainTabHostNewActivity', + matches: 'ImageButton[id=\'com.tmri.app.main:id/btn_cancel\']', + snapshotUrls: 'https://i.gkd.li/import/13315944', + }, + ], + }, ], });