mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
28 lines
705 B
TypeScript
28 lines
705 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.netease.mkey',
|
|
name: '网易将军令',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '开屏广告',
|
|
matchTime: 10000,
|
|
quickFind: true,
|
|
resetMatch: 'app',
|
|
actionMaximum: 1,
|
|
rules: '[id="com.netease.mkey:id/splash_skip"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13421262',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '一键迁移至新版将军令',
|
|
matchTime: 10000,
|
|
quickFind: true,
|
|
activityIds: 'com.netease.mkey.activity.NtSecActivity',
|
|
rules: '[id="com.netease.mkey:id/tv_cancel"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13421302',
|
|
},
|
|
],
|
|
});
|