From cb2643816deb6f16997d67f486ed933d245beb1d Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:59:11 +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):=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#38?= =?UTF-8?q?53)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3850 --- src/apps/com.feeyo.vz.pro.cdm.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..7b579614 --- /dev/null +++ b/src/apps/com.feeyo.vz.pro.cdm.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.feeyo.vz.pro.cdm', + name: '飞常准业内版', + groups: [ + { + key: 1, + name: '开屏广告', + desc: '点击跳过', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: + '@View <3 FrameLayout[childCount=4] <2 FrameLayout[childCount=2] < FrameLayout < [vid="splashAdContainer"]', + snapshotUrls: 'https://i.gkd.li/import/13926823', + }, + ], + }, + ], +});