mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:42:29 +08:00
parent
edc34556d3
commit
55b49dcde7
18
src/apps/com.alimama.moon.ts
Normal file
18
src/apps/com.alimama.moon.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user