mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
19
src/apps/bin.mt.plus.canary.ts
Normal file
19
src/apps/bin.mt.plus.canary.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user