Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(奇瑞汽车): 开屏广告 (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Nov 18, 2023
1 parent f86166a commit f7186fc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/apps/com.digitalmall.chery.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
});

0 comments on commit f7186fc

Please sign in to comment.