mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
20 lines
502 B
TypeScript
20 lines
502 B
TypeScript
import { matches } from 'lodash';
|
|
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://gkd-kit.gitee.io/import/12664070',
|
|
},
|
|
],
|
|
});
|