Files
AIsouler-GKD_subscription/src/apps/com.terminus.tmall.ts
2023-11-10 10:16:32 +08:00

23 lines
462 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.terminus.tmall',
name: '金币云商',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
rules: [
{
matches: '[text^="跳过"][text.length<=5]',
snapshotUrls: 'https://i.gkd.li/import/13199252',
},
],
},
],
});