From 03bff7bceffaeb62d83d7877deb6d268b48b9b9a Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:28:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A3=9E=E5=B8=B8=E5=87=86=E4=B8=9A?= =?UTF-8?q?=E5=86=85=E7=89=88):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#987)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.feeyo.vz.pro.cdm.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.feeyo.vz.pro.cdm.ts diff --git a/src/apps/com.feeyo.vz.pro.cdm.ts b/src/apps/com.feeyo.vz.pro.cdm.ts new file mode 100644 index 00000000..bb098804 --- /dev/null +++ b/src/apps/com.feeyo.vz.pro.cdm.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.feeyo.vz.pro.cdm', + name: '飞常准业内版', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.feeyo.vz.pro.activity.cdm.WelcomeActivity', + matchLauncher: true, + quickFind: true, + rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12884347', + }, + ], +});