mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(网易将军令): 开屏广告及一键迁移提示 (#2335)
* 网易将军令开屏广告及一键迁移提示跳过 * feat(网易将军令): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
27
src/apps/com.netease.mkey.ts
Normal file
27
src/apps/com.netease.mkey.ts
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user