diff --git a/src/apps/com.lingan.seeyou.ts b/src/apps/com.lingan.seeyou.ts new file mode 100644 index 00000000..4a3711c7 --- /dev/null +++ b/src/apps/com.lingan.seeyou.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lingan.seeyou', + name: '美柚', + groups: [ + { + key: 1, + name: '开屏广告', + activityIds: ['com.meetyou.crsdk.CROpenScreenNewActivity'], + rules: [ + { + matches: '[id="com.lingan.seeyou:id/rl_count_container"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13065769', + }, + ], + }, + ], +});