From 3c319c6def69cd660a6fc5d02145326696ed73d0 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:45:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(AppShare):=E8=87=AA=E5=8A=A8=E7=AD=BE?= =?UTF-8?q?=E5=88=B0=20(#3877)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/info.muge.appshare.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/apps/info.muge.appshare.ts b/src/apps/info.muge.appshare.ts index 1489279b..f902f88f 100644 --- a/src/apps/info.muge.appshare.ts +++ b/src/apps/info.muge.appshare.ts @@ -58,5 +58,27 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + quickFind: true, + name: '功能类-自动签到', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + key: 0, + activityIds: 'info.muge.appshare.view.main.MainActivity', + matches: '[id="info.muge.appshare:id/tvSign"][text="签到"]', + snapshotUrls: 'https://i.gkd.li/import/13931265', + }, + { + preKeys: 0, + activityIds: 'info.muge.appshare.view.main.MainActivity', + matches: '[id="info.muge.appshare:id/tvClose"][text="确定"]', + snapshotUrls: 'https://i.gkd.li/import/13931279', + }, + ], + }, ], });