feat(奇瑞汽车): 开屏广告 (#2207)

This commit is contained in:
Kun Jinkao
2023-11-18 23:47:53 +08:00
committed by GitHub
parent f86166a0d5
commit f7186fc294

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.digitalmall.chery',
name: '奇瑞汽车',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[desc$="跳过"][desc.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13392254',
},
],
});