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

Commit

Permalink
feat(网易蜗牛读书): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Jan 30, 2024
1 parent 48d5d5d commit ba85a93
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/apps/com.netease.snailread.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.netease.snailread',
name: '网易蜗牛读书',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
rules: [
{
key: 0,
name: '穿山甲SDK',
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
snapshotUrls: 'https://i.gkd.li/import/14095278',
},
],
},
],
});

0 comments on commit ba85a93

Please sign in to comment.