From 05496b7e46ff2ae871dd5038e0959eea3fe84ccd Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:30:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(MT=E7=AE=A1=E7=90=86=E5=99=A8Pro):=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=20(#2954)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2868 --- src/apps/bin.mt.plus.canary.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/bin.mt.plus.canary.ts diff --git a/src/apps/bin.mt.plus.canary.ts b/src/apps/bin.mt.plus.canary.ts new file mode 100644 index 00000000..a6f504c4 --- /dev/null +++ b/src/apps/bin.mt.plus.canary.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'bin.mt.plus.canary', + name: 'MT管理器Pro', + groups: [ + { + key: 2, + name: '版本更新', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'bin.mt.plus.Main', + rules: 'LinearLayoutCompat @[text="取消"] + [text="更新"]', + snapshotUrls: 'https://i.gkd.li/import/13561226', + }, + ], +});