From 1ae1a4312271a84c8ea0344e2ca2eba2694930b6 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:01:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=97=AA=E7=94=B5=E4=BE=A0):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1457)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/app.esou.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/app.esou.ts diff --git a/src/apps/app.esou.ts b/src/apps/app.esou.ts new file mode 100644 index 00000000..8fab3d8d --- /dev/null +++ b/src/apps/app.esou.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'app.esou', + name: '闪电侠', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'one.easybox.app.ui.activity.SplashActivity', + matchLauncher: true, + rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13187789', + }, + ], +});