mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
20 lines
469 B
TypeScript
20 lines
469 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|