feat(淘宝联盟): 开屏广告 (#2948)

close #2945
This commit is contained in:
adproqwq 2023-12-08 21:19:00 +08:00 committed by GitHub
parent edc34556d3
commit 55b49dcde7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.alimama.moon',
name: '淘宝联盟',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
actionMaximum: 1,
matchTime: 10000,
resetMatch: 'app',
rules: '[text*="跳过"][text.length<=5]',
snapshotUrls: 'https://i.gkd.li/import/13611291',
},
],
});