feat(网易将军令): 开屏广告及一键迁移提示 (#2335)

* 网易将军令开屏广告及一键迁移提示跳过

* feat(网易将军令): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
yangqiwen1024
2023-11-22 20:33:25 +08:00
committed by GitHub
parent d62a5960ca
commit 5f08b2f36c

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