mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
39 lines
1.0 KiB
TypeScript
39 lines
1.0 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.netease.mail',
|
|
name: '网易邮箱大师',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新弹窗',
|
|
activityIds: [
|
|
'com.netease.mobimail.module.flutter.CustomFlutterActivity',
|
|
],
|
|
rules:
|
|
'[id="com.netease.mail:id/tv_ignore_this_version"][text="暂不更新"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12664070',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '邮件列表广告',
|
|
activityIds: ['com.netease.mail.biz.main.MainITabActivity'],
|
|
quickFind: true,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[id="com.netease.mail:id/ad_vip"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12999833',
|
|
},
|
|
{
|
|
preKeys: 0,
|
|
key: 1,
|
|
matches: '[id="com.netease.mail:id/ll_delete"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12999841',
|
|
},
|
|
],
|
|
snapshotUrls: 'https://i.gkd.li/import/12664070',
|
|
},
|
|
],
|
|
});
|