Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(小特):开屏广告 (#4062)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler authored Jan 28, 2024
1 parent 6888d70 commit 947bb42
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/apps/com.xiaote.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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/import/14035706',
},
],
},
],
});

0 comments on commit 947bb42

Please sign in to comment.