Files
AIsouler-GKD_subscription/src/apps/com.xiaote.ts
2024-02-23 21:42:34 +08:00

23 lines
456 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xiaote',
name: '小特',
groups: [
{
key: 1,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.xiaote:id/ad_close"][text*="关闭"]',
snapshotUrls: 'https://i.gkd.li/i/14035706',
},
],
},
],
});