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', + }, + ], + }, + ], +});