diff --git a/src/apps/com.taou.maimai.ts b/src/apps/com.taou.maimai.ts new file mode 100644 index 00000000..2f625c23 --- /dev/null +++ b/src/apps/com.taou.maimai.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.taou.maimai', + name: '脉脉', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.taou.maimai.MainActivity', + rules: [ + { + matches: '[id="com.taou.maimai:id/skipBtnNormal"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12840698', + }, + ], + }, + ], +});