Files
AIsouler-GKD_subscription/src/apps/com.digitalmall.chery.ts
2023-11-18 23:47:53 +08:00

19 lines
411 B
TypeScript

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