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', + }, + ], +});