feat(飞常准业内版):开屏广告 (#3853)

close #3850
This commit is contained in:
AIsouler
2024-01-14 21:59:11 +08:00
committed by GitHub
parent c190b0939e
commit cb2643816d

View File

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