From 3a0ba0baa22c1bc68da14365160c6f07546b8d29 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:06:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(Faceu=E6=BF=80=E8=90=8C):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#883)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(Faceu激萌): 开屏广告 * chore(actions): check_format_lint * feat(Faceu激萌): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 --- src/apps/com.lemon.faceu.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.lemon.faceu.ts diff --git a/src/apps/com.lemon.faceu.ts b/src/apps/com.lemon.faceu.ts new file mode 100644 index 00000000..fdc02644 --- /dev/null +++ b/src/apps/com.lemon.faceu.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lemon.faceu', + name: 'Faceu激萌', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.android.maya.activity.SplashActivity', + rules: [ + { + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12855897', + }, + ], + }, + ], +});