From 775fc94da3f59221d4436372ef6cb42e0b9c1a62 Mon Sep 17 00:00:00 2001 From: javabcde Date: Tue, 24 Oct 2023 00:51:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BE=8E=E6=9F=9A):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1324)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat:新增美柚开屏去广告 * chore(actions): check_format_lint * feat(美柚): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 --- src/apps/com.lingan.seeyou.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.lingan.seeyou.ts 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', + }, + ], + }, + ], +});